Searched refs:GetArrayEntryIndex (Results 1 – 5 of 5) sorted by relevance
105 size_t index = delegate.GetArrayEntryIndex(context_name.key); in ParseDebugAnnotationValue()221 size_t array_index = delegate.GetArrayEntryIndex(context_name.key); in ParseNestedValueArgs()
91 virtual size_t GetArrayEntryIndex(const std::string& array_key) = 0;
109 size_t GetArrayEntryIndex(const std::string& array_key) final { in GetArrayEntryIndex() function in perfetto::trace_processor::util::__anone2123b760111::DebugAnnotationParserTest
109 size_t GetArrayEntryIndex(const std::string&) final { return 0; } in GetArrayEntryIndex() function in perfetto::trace_processor::util::__anonb30e1b970111::ProtoToArgsParserTest
133 size_t GetArrayEntryIndex(const std::string& array_key) final { in GetArrayEntryIndex() function in perfetto::trace_processor::__anon389a66560111::TrackEventArgsParser