Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dextension_set_heavy.cc325 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet
Dwire_format.cc619 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
Dextension_set.cc1247 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet
Dtext_format.cc416 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl
/third_party/protobuf/src/google/protobuf/json/internal/
Dparser.cc1150 absl::Status ParseField(JsonLexer& lex, const Desc<Traits>& desc, in ParseField() function
/third_party/flatbuffers/src/
Didl_parser.cpp899 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser