Searched defs:GetAsString (Results 1 – 6 of 6) sorted by relevance
162 std::string GetAsString(ShowInString show, FormatString format) { in GetAsString() function
271 bool Value::GetAsString(std::string* out_value) const { in GetAsString() function in base::Value279 bool Value::GetAsString(string16* out_value) const { in GetAsString() function in base::Value287 bool Value::GetAsString(const Value** out_value) const { in GetAsString() function in base::Value295 bool Value::GetAsString(StringPiece* out_value) const { in GetAsString() function in base::Value
104 std::string GetAsString() const { return std::string(data()); } in GetAsString() function
440 bool Query::GetAsString(const TraceEvent& event, std::string* str) const { in GetAsString() function in trace_analyzer::Query
882 string Literal::GetAsString(tensorflow::gtl::ArraySlice<int64> multi_index, in GetAsString() function in xla::Literal