Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dextension_set.cc1145 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
1320 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
1327 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
Dextension_set_heavy.cc289 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
Dtext_format.cc282 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/flatbuffers/src/
Didl_parser.cpp599 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser