Searched refs:ParseField (Results 1 - 12 of 12) sorted by relevance

/external/perfetto/include/perfetto/protozero/
H A Dproto_utils.h122 const uint8_t* ParseField(const uint8_t* start,
/external/perfetto/src/protozero/
H A Dproto_utils.cc58 const uint8_t* ParseField(const uint8_t* start,
H A Dproto_utils_unittest.cc202 const uint8_t* res = ParseField(
/external/perfetto/src/ftrace_reader/
H A Dcpu_reader.cc419 success &= ParseField(field, start, end, message, metadata);
425 success &= ParseField(field, start, end, nested, metadata);
436 // where the total size isn't known up front. In this case ParseField
438 bool CpuReader::ParseField(const Field& field, function in class:perfetto::CpuReader
H A Dcpu_reader.h195 static bool ParseField(const Field& field,
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc289 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, function in class:google::protobuf::internal::ExtensionSet
295 return ParseField(tag, input, &finder, &skipper);
300 return ParseField(tag, input, &finder, &skipper);
560 return ParseField(WireFormatLite::MakeTag(
579 if (!ParseField(tag, input, extension_finder, field_skipper)) {
H A Dextension_set.h167 // register known extensions. The registrations are used by ParseField()
169 // does not use ParseField(); only protocol-compiler-generated parsing
360 bool ParseField(uint32 tag, io::CodedInputStream* input,
370 bool ParseField(uint32 tag, io::CodedInputStream* input,
372 bool ParseField(uint32 tag, io::CodedInputStream* input,
375 bool ParseField(uint32 tag, io::CodedInputStream* input,
565 // ParseField() after field number and was_packed_on_wire is extracted from
573 // Like ParseField(), but this method may parse singular message extensions
H A Dextension_set.cc1145 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, function in class:google::protobuf::internal::ExtensionSet
1320 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, function in class:google::protobuf::internal::ExtensionSet
1324 return ParseField(tag, input, &finder, &skipper);
1327 bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input, function in class:google::protobuf::internal::ExtensionSet
1332 return ParseField(tag, input, &finder, &skipper);
1336 // bool ExtensionSet::ParseField(uint32 tag, io::CodedInputStream* input,
H A Dtext_format.cc282 bool ParseField(const FieldDescriptor* field, Message* output) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
1314 return parser.ParseField(field, output);
H A Ddescriptor.pb.cc8300 DO_(_extensions_.ParseField(tag, input, default_instance_,
9517 DO_(_extensions_.ParseField(tag, input, default_instance_,
10169 DO_(_extensions_.ParseField(tag, input, default_instance_,
10788 DO_(_extensions_.ParseField(tag, input, default_instance_,
11190 DO_(_extensions_.ParseField(tag, input, default_instance_,
11547 DO_(_extensions_.ParseField(tag, input, default_instance_,
11904 DO_(_extensions_.ParseField(tag, input, default_instance_,
/external/flatbuffers/include/flatbuffers/
H A Didl.h602 FLATBUFFERS_CHECKED_ERROR ParseField(StructDef &struct_def);
/external/flatbuffers/src/
H A Didl_parser.cpp567 CheckedError Parser::ParseField(StructDef &struct_def) { function in class:flatbuffers::Parser
768 assert(type_field); // Guaranteed by ParseField().
1579 while (token_ != '}') ECHECK(ParseField(*struct_def));

Completed in 392 milliseconds