Home
last modified time | relevance | path

Searched defs:GetAsString (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/base/
Dvalues.cc441 bool Value::GetAsString(std::string* out_value) const { in GetAsString() function in base::Value
449 bool Value::GetAsString(std::u16string* out_value) const { in GetAsString() function in base::Value
457 bool Value::GetAsString(const Value** out_value) const { in GetAsString() function in base::Value
465 bool Value::GetAsString(std::string_view* out_value) const { in GetAsString() function in base::Value
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dsysinfo.cc110 std::string GetAsString() const { return std::string(data()); } in GetAsString() function
/third_party/benchmark/src/
Dsysinfo.cc118 std::string GetAsString() const { return std::string(data()); } in GetAsString() function