Home
last modified time | relevance | path

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

/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/protobuf/src/google/protobuf/
Dextension_set.cc1145 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
1320 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
1327 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
Dextension_set_heavy.cc289 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, in ParseField() function in google::protobuf::internal::ExtensionSet
Dtext_format.cc282 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader.cc605 bool CpuReader::ParseField(const Field& field, in ParseField() function in perfetto::CpuReader
/external/flatbuffers/src/
Didl_parser.cpp629 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser