Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/util/
Ddebug_annotation_parser.cc116 index = delegate.IncrementArrayEntryIndex(array_key); in ParseDebugAnnotationValue()
231 delegate.IncrementArrayEntryIndex(array_key); in ParseNestedValueArgs()
Dproto_to_args_parser.h92 virtual size_t IncrementArrayEntryIndex(const std::string& array_key) = 0;
Ddebug_annotation_parser_unittest.cc113 size_t IncrementArrayEntryIndex(const std::string& array_key) final { in IncrementArrayEntryIndex() function in perfetto::trace_processor::util::__anone2123b760111::DebugAnnotationParserTest
Dproto_to_args_parser_unittest.cc111 size_t IncrementArrayEntryIndex(const std::string&) final { return 0; } in IncrementArrayEntryIndex() function in perfetto::trace_processor::util::__anonb30e1b970111::ProtoToArgsParserTest
/external/perfetto/src/trace_processor/importers/common/
Dargs_tracker.h75 size_t IncrementArrayEntryIndex(StringId key) { in IncrementArrayEntryIndex() function
/external/perfetto/src/trace_processor/importers/json/
Djson_utils.cc178 inserter->IncrementArrayEntryIndex(array_key_id); in AddJsonValueToArgs()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc138 size_t IncrementArrayEntryIndex(const std::string& array_key) final { in IncrementArrayEntryIndex() function in perfetto::trace_processor::__anon389a66560111::TrackEventArgsParser
139 return inserter_.IncrementArrayEntryIndex( in IncrementArrayEntryIndex()