Home
last modified time | relevance | path

Searched refs:legacy_json_value_ (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc22696 const std::string& legacy_json_value() const { return legacy_json_value_; } in legacy_json_value()
22697 …void set_legacy_json_value(const std::string& value) { legacy_json_value_ = value; _has_field_.set… in set_legacy_json_value()
22709 std::string legacy_json_value_{}; member in perfetto::protos::gen::DebugAnnotation
22908 && legacy_json_value_ == other.legacy_json_value_; in operator ==()
22949 field.get(&legacy_json_value_); in ParseFromArray()
23019 msg->AppendString(9, legacy_json_value_); in Serialize()
Dperfetto.h46623 const std::string& legacy_json_value() const { return legacy_json_value_; }
46624 …void set_legacy_json_value(const std::string& value) { legacy_json_value_ = value; _has_field_.set…
46636 std::string legacy_json_value_{};
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp28587 const std::string& legacy_json_value() const { return legacy_json_value_; } in legacy_json_value()
28588 …void set_legacy_json_value(const std::string& value) { legacy_json_value_ = value; _has_field_.set… in set_legacy_json_value()
28612 std::string legacy_json_value_{}; member in perfetto::protos::gen::DebugAnnotation
28815 && legacy_json_value_ == other.legacy_json_value_ in operator ==()
28866 field.get(&legacy_json_value_); in ParseFromArray()
28944 msg->AppendString(9, legacy_json_value_); in Serialize()
Dperfetto.h121964 const std::string& legacy_json_value() const { return legacy_json_value_; }
121965 …void set_legacy_json_value(const std::string& value) { legacy_json_value_ = value; _has_field_.set…
121989 std::string legacy_json_value_{};