Home
last modified time | relevance | path

Searched refs:array_values (Results 1 – 3 of 3) sorted by relevance

/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto2471 repeated ChromeTracedValue array_values = 4; field
6163 // array_values {
6166 // array_values {
6192 // Deprecated. Use dict_entries / array_values instead.
6201 repeated DebugAnnotation array_values = 12; field
6205 // code filling protos should use |dict_entries| and |array_values| instead.
6217 repeated NestedValue array_values = 4; field
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.h10744 …::protozero::RepeatedFieldIterator<::protozero::ConstBytes> array_values() const { return GetRepea…
11076 …::protozero::RepeatedFieldIterator<::protozero::ConstBytes> array_values() const { return GetRepea…
39009 …::protozero::RepeatedFieldIterator<::protozero::ConstBytes> array_values() const { return GetRepea…
108400 …::protozero::RepeatedFieldIterator<::protozero::ConstBytes> array_values() const { return GetRepea…
108732 …::protozero::RepeatedFieldIterator<::protozero::ConstBytes> array_values() const { return GetRepea…
121973 const std::vector<DebugAnnotation>& array_values() const { return array_values_; }
122051 const std::vector<DebugAnnotation_NestedValue>& array_values() const { return array_values_; }
Dperfetto.cpp28596 const std::vector<DebugAnnotation>& array_values() const { return array_values_; } in array_values() function in perfetto::protos::gen::DebugAnnotation
28674 const std::vector<DebugAnnotation_NestedValue>& array_values() const { return array_values_; } in array_values() function in perfetto::protos::gen::DebugAnnotation_NestedValue
37705 for (auto it = annotation.array_values(); it; ++it) { in PrintDebugAnnotationValue()