Home
last modified time | relevance | path

Searched refs:GetArrayEntryIndex (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/trace_processor/util/
Ddebug_annotation_parser.cc105 size_t index = delegate.GetArrayEntryIndex(context_name.key); in ParseDebugAnnotationValue()
221 size_t array_index = delegate.GetArrayEntryIndex(context_name.key); in ParseNestedValueArgs()
Dproto_to_args_parser.h91 virtual size_t GetArrayEntryIndex(const std::string& array_key) = 0;
Ddebug_annotation_parser_unittest.cc109 size_t GetArrayEntryIndex(const std::string& array_key) final { in GetArrayEntryIndex() function in perfetto::trace_processor::util::__anone2123b760111::DebugAnnotationParserTest
Dproto_to_args_parser_unittest.cc109 size_t GetArrayEntryIndex(const std::string&) final { return 0; } in GetArrayEntryIndex() function in perfetto::trace_processor::util::__anonb30e1b970111::ProtoToArgsParserTest
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc133 size_t GetArrayEntryIndex(const std::string& array_key) final { in GetArrayEntryIndex() function in perfetto::trace_processor::__anon389a66560111::TrackEventArgsParser