Lines Matching refs:DebugAnnotation_NestedValue
10631 class DebugAnnotation_NestedValue;
10764 using NestedValue = ::perfetto::protos::pbzero::DebugAnnotation_NestedValue;
10977 DebugAnnotation_NestedValue,
10988 template <typename T = DebugAnnotation_NestedValue> T* set_nested_value() {
11087 class DebugAnnotation_NestedValue : public ::protozero::Message {
11111 DebugAnnotation_NestedValue>;
11136 DebugAnnotation_NestedValue>;
11163 DebugAnnotation_NestedValue,
11164 DebugAnnotation_NestedValue>;
11174 template <typename T = DebugAnnotation_NestedValue> T* add_dict_values() {
11184 DebugAnnotation_NestedValue,
11185 DebugAnnotation_NestedValue>;
11195 template <typename T = DebugAnnotation_NestedValue> T* add_array_values() {
11206 DebugAnnotation_NestedValue>;
11231 DebugAnnotation_NestedValue>;
11256 DebugAnnotation_NestedValue>;
11281 DebugAnnotation_NestedValue>;
108287 class DebugAnnotation_NestedValue;
108420 using NestedValue = ::perfetto::protos::pbzero::DebugAnnotation_NestedValue;
108633 DebugAnnotation_NestedValue,
108644 template <typename T = DebugAnnotation_NestedValue> T* set_nested_value() {
108743 class DebugAnnotation_NestedValue : public ::protozero::Message {
108767 DebugAnnotation_NestedValue>;
108792 DebugAnnotation_NestedValue>;
108819 DebugAnnotation_NestedValue,
108820 DebugAnnotation_NestedValue>;
108830 template <typename T = DebugAnnotation_NestedValue> T* add_dict_values() {
108840 DebugAnnotation_NestedValue,
108841 DebugAnnotation_NestedValue>;
108851 template <typename T = DebugAnnotation_NestedValue> T* add_array_values() {
108862 DebugAnnotation_NestedValue>;
108887 DebugAnnotation_NestedValue>;
108912 DebugAnnotation_NestedValue>;
108937 DebugAnnotation_NestedValue>;
121835 class DebugAnnotation_NestedValue;
121897 using NestedValue = DebugAnnotation_NestedValue;
121960 const DebugAnnotation_NestedValue& nested_value() const { return *nested_value_; }
121961 …DebugAnnotation_NestedValue* mutable_nested_value() { _has_field_.set(8); return nested_value_.get…
121988 ::protozero::CopyablePtr<DebugAnnotation_NestedValue> nested_value_;
122001 class PERFETTO_EXPORT DebugAnnotation_NestedValue : public ::protozero::CppMessageObj {
122020 DebugAnnotation_NestedValue();
122021 ~DebugAnnotation_NestedValue() override;
122022 DebugAnnotation_NestedValue(DebugAnnotation_NestedValue&&) noexcept;
122023 DebugAnnotation_NestedValue& operator=(DebugAnnotation_NestedValue&&);
122024 DebugAnnotation_NestedValue(const DebugAnnotation_NestedValue&);
122025 DebugAnnotation_NestedValue& operator=(const DebugAnnotation_NestedValue&);
122026 bool operator==(const DebugAnnotation_NestedValue&) const;
122027 bool operator!=(const DebugAnnotation_NestedValue& other) const { return !(*this == other); }
122045 const std::vector<DebugAnnotation_NestedValue>& dict_values() const { return dict_values_; }
122046 std::vector<DebugAnnotation_NestedValue>* mutable_dict_values() { return &dict_values_; }
122049 DebugAnnotation_NestedValue* add_dict_values();
122051 const std::vector<DebugAnnotation_NestedValue>& array_values() const { return array_values_; }
122052 std::vector<DebugAnnotation_NestedValue>* mutable_array_values() { return &array_values_; }
122055 DebugAnnotation_NestedValue* add_array_values();
122076 std::vector<DebugAnnotation_NestedValue> dict_values_;
122077 std::vector<DebugAnnotation_NestedValue> array_values_;
122823 class DebugAnnotation_NestedValue;