Searched refs:GetArrayEntryIndex (Results 1 – 7 of 7) sorted by relevance
117 size_t index = delegate.GetArrayEntryIndex(context_name.key); in ParseDebugAnnotationValue()233 size_t array_index = delegate.GetArrayEntryIndex(context_name.key); in ParseNestedValueArgs()
101 virtual size_t GetArrayEntryIndex(const std::string& array_key) = 0;
127 size_t GetArrayEntryIndex(const std::string& array_key) final { in GetArrayEntryIndex() function in perfetto::trace_processor::util::__anon6929d5000111::DebugAnnotationParserTest
134 size_t GetArrayEntryIndex(const std::string&) final { return 0; } in GetArrayEntryIndex() function in perfetto::trace_processor::util::__anon155f11610111::ProtoToArgsParserTest
49 size_t GetArrayEntryIndex(const std::string& array_key) override;
105 size_t ArgsParser::GetArrayEntryIndex(const std::string& array_key) { in GetArrayEntryIndex() function in perfetto::trace_processor::ArgsParser
93 size_t GetArrayEntryIndex(const std::string&) override { in GetArrayEntryIndex() function in perfetto::trace_processor::__anon2f2e44ad0111::Delegate