Searched defs:ParseField (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/ | ||
D | extension_set.cc | 1145 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet |
D | extension_set_heavy.cc | 289 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet |
D | text_format.cc | 282 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl |
/external/flatbuffers/src/ | ||
D | idl_parser.cpp | 599 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser |