Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Dstring_escape.h42 BASE_EXPORT std::string GetQuotedJSONString(StringPiece str);
43 BASE_EXPORT std::string GetQuotedJSONString(StringPiece16 str);
Djson_correctness_fuzzer.cc59 << "\nInput=" << base::GetQuotedJSONString(parsed_output) in LLVMFuzzerTestOneInput()
60 << "\nOutput=" << base::GetQuotedJSONString(double_parsed_output); in LLVMFuzzerTestOneInput()
Dstring_escape.cc129 std::string GetQuotedJSONString(StringPiece str) { in GetQuotedJSONString() function
136 std::string GetQuotedJSONString(StringPiece16 str) { in GetQuotedJSONString() function
Dstring_escape_unittest.cc46 std::string fooout = GetQuotedJSONString(in_str); in TEST()
99 out = GetQuotedJSONString(in); in TEST()