webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | __init__ (self, allow_unknown_extension=False, allow_field_number=False) |
def | ParseFromString (self, text, message) |
def | ParseLines (self, lines, message) |
def | MergeFromString (self, text, message) |
def | MergeLines (self, lines, message) |
Public Attributes | |
allow_unknown_extension | |
allow_field_number | |
Text format parser for protocol message.
def google.protobuf.text_format._Parser.__init__ | ( | self, | |
allow_unknown_extension = False , |
|||
allow_field_number = False |
|||
) |
def google.protobuf.text_format._Parser.MergeFromString | ( | self, | |
text, | |||
message | |||
) |
Merges an text representation of a protocol message into a message.
def google.protobuf.text_format._Parser.MergeLines | ( | self, | |
lines, | |||
message | |||
) |
Merges an text representation of a protocol message into a message.
def google.protobuf.text_format._Parser.ParseFromString | ( | self, | |
text, | |||
message | |||
) |
Parses an text representation of a protocol message into a message.
def google.protobuf.text_format._Parser.ParseLines | ( | self, | |
lines, | |||
message | |||
) |
Parses an text representation of a protocol message into a message.
google.protobuf.text_format._Parser.allow_field_number |
google.protobuf.text_format._Parser.allow_unknown_extension |