Home
last modified time | relevance | path

Searched defs:ParseField (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dextension_set_heavy.cc343 const char* ExtensionSet::ParseField(uint64 tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet
372 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
515 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseMessageSetItem() function
Dextension_set.cc1184 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
1199 const char* ExtensionSet::ParseField(uint64 tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet
1396 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
1403 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
1437 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseMessageSetItemLite() function
Dwire_format.cc640 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
Dtext_format.cc296 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl