• Home
  • Raw
  • Download

Lines Matching refs:DebugAnnotation_NestedValue

28458 class DebugAnnotation_NestedValue;
28520 using NestedValue = DebugAnnotation_NestedValue;
28583 const DebugAnnotation_NestedValue& nested_value() const { return *nested_value_; } in nested_value()
28584DebugAnnotation_NestedValue* mutable_nested_value() { _has_field_.set(8); return nested_value_.get… in mutable_nested_value()
28611 ::protozero::CopyablePtr<DebugAnnotation_NestedValue> nested_value_;
28624 class PERFETTO_EXPORT DebugAnnotation_NestedValue : public ::protozero::CppMessageObj { class
28643 DebugAnnotation_NestedValue();
28644 ~DebugAnnotation_NestedValue() override;
28645 DebugAnnotation_NestedValue(DebugAnnotation_NestedValue&&) noexcept;
28646 DebugAnnotation_NestedValue& operator=(DebugAnnotation_NestedValue&&);
28647 DebugAnnotation_NestedValue(const DebugAnnotation_NestedValue&);
28648 DebugAnnotation_NestedValue& operator=(const DebugAnnotation_NestedValue&);
28649 bool operator==(const DebugAnnotation_NestedValue&) const;
28650 bool operator!=(const DebugAnnotation_NestedValue& other) const { return !(*this == other); } in operator !=()
28668 const std::vector<DebugAnnotation_NestedValue>& dict_values() const { return dict_values_; } in dict_values()
28669 std::vector<DebugAnnotation_NestedValue>* mutable_dict_values() { return &dict_values_; } in mutable_dict_values()
28672 DebugAnnotation_NestedValue* add_dict_values();
28674 const std::vector<DebugAnnotation_NestedValue>& array_values() const { return array_values_; } in array_values()
28675 std::vector<DebugAnnotation_NestedValue>* mutable_array_values() { return &array_values_; } in mutable_array_values()
28678 DebugAnnotation_NestedValue* add_array_values();
28699 std::vector<DebugAnnotation_NestedValue> dict_values_;
28700 std::vector<DebugAnnotation_NestedValue> array_values_;
28961 DebugAnnotation_NestedValue::DebugAnnotation_NestedValue() = default;
28962 DebugAnnotation_NestedValue::~DebugAnnotation_NestedValue() = default;
28963 DebugAnnotation_NestedValue::DebugAnnotation_NestedValue(const DebugAnnotation_NestedValue&) = defa…
28964 DebugAnnotation_NestedValue& DebugAnnotation_NestedValue::operator=(const DebugAnnotation_NestedVal…
28965 DebugAnnotation_NestedValue::DebugAnnotation_NestedValue(DebugAnnotation_NestedValue&&) noexcept = …
28966 DebugAnnotation_NestedValue& DebugAnnotation_NestedValue::operator=(DebugAnnotation_NestedValue&&) …
28968 bool DebugAnnotation_NestedValue::operator==(const DebugAnnotation_NestedValue& other) const { in operator ==()
28980 int DebugAnnotation_NestedValue::dict_values_size() const { return static_cast<int>(dict_values_.si… in dict_values_size()
28981 void DebugAnnotation_NestedValue::clear_dict_values() { dict_values_.clear(); } in clear_dict_values()
28982 DebugAnnotation_NestedValue* DebugAnnotation_NestedValue::add_dict_values() { dict_values_.emplace_… in add_dict_values()
28983 int DebugAnnotation_NestedValue::array_values_size() const { return static_cast<int>(array_values_.… in array_values_size()
28984 void DebugAnnotation_NestedValue::clear_array_values() { array_values_.clear(); } in clear_array_values()
28985 DebugAnnotation_NestedValue* DebugAnnotation_NestedValue::add_array_values() { array_values_.emplac… in add_array_values()
28986 bool DebugAnnotation_NestedValue::ParseFromArray(const void* raw, size_t size) { in ParseFromArray()
29034 std::string DebugAnnotation_NestedValue::SerializeAsString() const { in SerializeAsString()
29040 std::vector<uint8_t> DebugAnnotation_NestedValue::SerializeAsArray() const { in SerializeAsArray()
29046 void DebugAnnotation_NestedValue::Serialize(::protozero::Message* msg) const { in Serialize()
30357 class DebugAnnotation_NestedValue;