Searched defs:ParseField (Results 1 – 6 of 6) sorted by relevance
| /third_party/protobuf/src/google/protobuf/ | ||
| D | extension_set_heavy.cc | 325 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet |
| D | wire_format.cc | 619 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function |
| D | extension_set.cc | 1247 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet |
| D | text_format.cc | 416 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl |
| /third_party/protobuf/src/google/protobuf/json/internal/ | ||
| D | parser.cc | 1150 absl::Status ParseField(JsonLexer& lex, const Desc<Traits>& desc, in ParseField() function |
| /third_party/flatbuffers/src/ | ||
| D | idl_parser.cpp | 899 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser |