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.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
/third_party/grpc/src/cpp/ext/filters/census/
Drpc_encoding.h125 static size_t ParseField(absl::string_view buf, GrpcTraceContext* tc) { in ParseField() function
/third_party/flatbuffers/src/
Didl_parser.cpp739 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser