Searched refs:GetQuotedJSONString (Results 1 – 10 of 10) sorted by relevance
42 BASE_EXPORT std::string GetQuotedJSONString(StringPiece str);43 BASE_EXPORT std::string GetQuotedJSONString(StringPiece16 str);
59 << "\nInput=" << base::GetQuotedJSONString(parsed_output) in LLVMFuzzerTestOneInput()60 << "\nOutput=" << base::GetQuotedJSONString(double_parsed_output); in LLVMFuzzerTestOneInput()
129 std::string GetQuotedJSONString(StringPiece str) { in GetQuotedJSONString() function136 std::string GetQuotedJSONString(StringPiece16 str) { in GetQuotedJSONString() function
46 std::string fooout = GetQuotedJSONString(in_str); in TEST()99 out = GetQuotedJSONString(in); in TEST()
42 BASE_EXPORT std::string GetQuotedJSONString(std::string_view str);43 BASE_EXPORT std::string GetQuotedJSONString(std::u16string_view str);
54 << "\nInput=" << base::GetQuotedJSONString(parsed_output) in LLVMFuzzerTestOneInput()55 << "\nOutput=" << base::GetQuotedJSONString(double_parsed_output); in LLVMFuzzerTestOneInput()
128 std::string GetQuotedJSONString(std::string_view str) { in GetQuotedJSONString() function134 std::string GetQuotedJSONString(std::u16string_view str) { in GetQuotedJSONString() function
81 std::string fooout = GetQuotedJSONString(in_str); in TEST()170 out = GetQuotedJSONString(in); in TEST()
45 BASE_EXPORT std::string GetQuotedJSONString(StringPiece str);46 BASE_EXPORT std::string GetQuotedJSONString(StringPiece16 str);