Home
last modified time | relevance | path

Searched defs:ParseField (Results 1 – 13 of 13) 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/webrtc/logging/rtc_event_log/events/
Drtc_event_field_encoding_parser.cc283 RtcEventLogParseStatus EventParser::ParseField(const FieldParameters& params) { in ParseField() function in webrtc::EventParser
/external/perfetto/src/trace_processor/util/
Dproto_to_args_parser.cc164 base::Status ProtoToArgsParser::ParseField( in ParseField() function in perfetto::trace_processor::util::ProtoToArgsParser
/external/protobuf/src/google/protobuf/
Dextension_set_heavy.cc327 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet
Dwire_format.cc638 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
Dextension_set.cc1230 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in Swap() function in google::protobuf::internal::ExtensionSet
Dtext_format.cc323 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/cronet/third_party/protobuf/src/google/protobuf/
Dextension_set_heavy.cc328 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in ParseField() function in google::protobuf::internal::ExtensionSet
Dwire_format.cc638 bool ParseField(int type_id, io::CodedInputStream* input) { in ParseAndMergeMessageSetItem() function
Dextension_set.cc1272 const char* ExtensionSet::ParseField(uint64_t tag, const char* ptr, in Swap() function in google::protobuf::internal::ExtensionSet
Dtext_format.cc321 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField() function in google::protobuf::TextFormat::Parser::ParserImpl
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader.cc748 bool CpuReader::ParseField(const Field& field, in ParseField() function in perfetto::CpuReader
/external/flatbuffers/src/
Didl_parser.cpp915 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField() function in flatbuffers::Parser