Home
last modified time | relevance | path

Searched defs:ToStringVal (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dlogging.h256 struct ToStringVal { struct
257 static constexpr LogArgType Type() { return LogArgType::kStdString; } in Type()
258 const std::string* GetVal() const { return &val; } in GetVal()
259 std::string val;
H A Dchecks.h154 struct ToStringVal { struct
155 static constexpr CheckArgType Type() { return CheckArgType::kStdString; } in Type()
156 const std::string* GetVal() const { return &val; } in GetVal()
157 std::string val;