Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_field_encoding_parser.cc283 RtcEventLogParseStatus EventParser::ParseField(const FieldParameters& params) { in ParseField() function in webrtc::EventParser
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc327 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet
H A Dwire_format.cc638 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
H A Dextension_set.cc1230 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in Swap() function in google::protobuf::internal::ExtensionSet
H A Dtext_format.cc323 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc327 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet
H A Dwire_format.cc638 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
H A Dextension_set.cc1230 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in Swap() function in google::protobuf::internal::ExtensionSet
H A Dtext_format.cc323 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dproto_to_args_parser.cc193 base::Status ProtoToArgsParser::ParseField( in ParseField() function in perfetto::trace_processor::util::ProtoToArgsParser
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dcpu_reader.cc791 bool CpuReader::ParseField(const Field& field, in ParseField() function in perfetto::CpuReader
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp4685 bool LLParser::parseMDFieldsImplBody(ParserTy ParseField) { in parseMDFieldsImplBody()
4698 bool LLParser::parseMDFieldsImpl(ParserTy ParseField, LocTy &ClosingLoc) { in parseMDFieldsImpl()
/aosp_15_r20/external/flatbuffers/src/
H A Didl_parser.cpp915 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser