Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc344 const char* ExtensionSet::ParseField( in ParseField() function in google::protobuf::internal::ExtensionSet
375 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
705 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
1200 const char* ExtensionSet::ParseField( in ParseField() function in google::protobuf::internal::ExtensionSet
1398 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
1405 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
1439 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseMessageSetItemLite() function
Dwire_format.cc691 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
Dtext_format.cc310 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/grpc-grpc/src/cpp/ext/filters/census/
Drpc_encoding.h125 static size_t ParseField(absl::string_view buf, GrpcTraceContext* tc) { in ParseField() function
/external/perfetto/src/trace_processor/util/
Dproto_to_args_parser.cc150 base::Status ProtoToArgsParser::ParseField( in ParseField() function in perfetto::trace_processor::util::ProtoToArgsParser
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader.cc708 bool CpuReader::ParseField(const Field& field, in ParseField() function in perfetto::CpuReader
/external/flatbuffers/src/
Didl_parser.cpp668 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser