Home
last modified time | relevance | path

Searched refs:mutable_array_values (Results 1 – 2 of 2) sorted by relevance

/tracing/tracing-perfetto-binary/src/main/cpp/perfetto/
Dperfetto.cc30332 std::vector<DebugAnnotation>* mutable_array_values() { return &array_values_; } in mutable_array_values() function in perfetto::protos::gen::DebugAnnotation
30410 std::vector<DebugAnnotation_NestedValue>* mutable_array_values() { return &array_values_; } in mutable_array_values() function in perfetto::protos::gen::DebugAnnotation_NestedValue
Dperfetto.h123373 std::vector<DebugAnnotation>* mutable_array_values() { return &array_values_; }
123451 std::vector<DebugAnnotation_NestedValue>* mutable_array_values() { return &array_values_; }