HomeSort by relevance Sort by last modified time
    Searched refs:GetQuotedJSONString (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/json/
string_escape.h 42 BASE_EXPORT std::string GetQuotedJSONString(StringPiece str);
43 BASE_EXPORT std::string GetQuotedJSONString(StringPiece16 str);
json_correctness_fuzzer.cc 59 << "\nInput=" << base::GetQuotedJSONString(parsed_output)
60 << "\nOutput=" << base::GetQuotedJSONString(double_parsed_output);
string_escape.cc 129 std::string GetQuotedJSONString(StringPiece str) {
136 std::string GetQuotedJSONString(StringPiece16 str) {
string_escape_unittest.cc 46 std::string fooout = GetQuotedJSONString(in_str);
99 out = GetQuotedJSONString(in);

Completed in 1084 milliseconds