Home
last modified time | relevance | path

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

/external/perfetto/src/protozero/
Dproto_utils.cc58 const uint8_t* ParseField(const uint8_t* start, 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/ftrace_reader/
Dcpu_reader.cc438 bool CpuReader::ParseField(const Field& field, in ParseField() function in perfetto::CpuReader
/external/flatbuffers/src/
Didl_parser.cpp567 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser