Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Ddebug_annotation_parser.cc117 size_t index = delegate.GetArrayEntryIndex(context_name.key); in ParseDebugAnnotationValue()
233 size_t array_index = delegate.GetArrayEntryIndex(context_name.key); in ParseNestedValueArgs()
H A Dproto_to_args_parser.h101 virtual size_t GetArrayEntryIndex(const std::string& array_key) = 0;
H A Ddebug_annotation_parser_unittest.cc127 size_t GetArrayEntryIndex(const std::string& array_key) final { in GetArrayEntryIndex() function in perfetto::trace_processor::util::__anon6929d5000111::DebugAnnotationParserTest
H A Dproto_to_args_parser_unittest.cc134 size_t GetArrayEntryIndex(const std::string&) final { return 0; } in GetArrayEntryIndex() function in perfetto::trace_processor::util::__anon155f11610111::ProtoToArgsParserTest
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dargs_parser.h49 size_t GetArrayEntryIndex(const std::string& array_key) override;
H A Dargs_parser.cc105 size_t ArgsParser::GetArrayEntryIndex(const std::string& array_key) { in GetArrayEntryIndex() function in perfetto::trace_processor::ArgsParser
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dwinscope_proto_to_args_with_defaults.cc93 size_t GetArrayEntryIndex(const std::string&) override { in GetArrayEntryIndex() function in perfetto::trace_processor::__anon2f2e44ad0111::Delegate