webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
google.protobuf.text_format._Parser Class Reference
Inheritance diagram for google.protobuf.text_format._Parser:

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
 

Detailed Description

Text format parser for protocol message.

Constructor & Destructor Documentation

◆ __init__()

def google.protobuf.text_format._Parser.__init__ (   self,
  allow_unknown_extension = False,
  allow_field_number = False 
)

Member Function Documentation

◆ MergeFromString()

def google.protobuf.text_format._Parser.MergeFromString (   self,
  text,
  message 
)
Merges an text representation of a protocol message into a message.

◆ MergeLines()

def google.protobuf.text_format._Parser.MergeLines (   self,
  lines,
  message 
)
Merges an text representation of a protocol message into a message.

◆ ParseFromString()

def google.protobuf.text_format._Parser.ParseFromString (   self,
  text,
  message 
)
Parses an text representation of a protocol message into a message.

◆ ParseLines()

def google.protobuf.text_format._Parser.ParseLines (   self,
  lines,
  message 
)
Parses an text representation of a protocol message into a message.

Member Data Documentation

◆ allow_field_number

google.protobuf.text_format._Parser.allow_field_number

◆ allow_unknown_extension

google.protobuf.text_format._Parser.allow_unknown_extension

The documentation for this class was generated from the following file: