Home
last modified time | relevance | path

Searched refs:EscapeBytesAsInvalidJSONString (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/json/
Dstring_escape_unittest.cc177 EscapeBytesAsInvalidJSONString(in, false)); in TEST()
179 EscapeBytesAsInvalidJSONString(in, true)); in TEST()
186 EscapeBytesAsInvalidJSONString(in, false)); in TEST()
Dstring_escape.h56 BASE_EXPORT std::string EscapeBytesAsInvalidJSONString(StringPiece str,
Dstring_escape.cc143 std::string EscapeBytesAsInvalidJSONString(StringPiece str, in EscapeBytesAsInvalidJSONString() function
/external/cronet/stable/base/json/
Dstring_escape_unittest.cc248 EscapeBytesAsInvalidJSONString(in, false)); in TEST()
250 EscapeBytesAsInvalidJSONString(in, true)); in TEST()
257 EscapeBytesAsInvalidJSONString(in, false)); in TEST()
Dstring_escape.h56 BASE_EXPORT std::string EscapeBytesAsInvalidJSONString(std::string_view str,
Dstring_escape.cc140 std::string EscapeBytesAsInvalidJSONString(std::string_view str, in EscapeBytesAsInvalidJSONString() function
/external/cronet/tot/base/json/
Dstring_escape_unittest.cc248 EscapeBytesAsInvalidJSONString(in, false)); in TEST()
250 EscapeBytesAsInvalidJSONString(in, true)); in TEST()
257 EscapeBytesAsInvalidJSONString(in, false)); in TEST()
Dstring_escape.h56 BASE_EXPORT std::string EscapeBytesAsInvalidJSONString(std::string_view str,
Dstring_escape.cc140 std::string EscapeBytesAsInvalidJSONString(std::string_view str, in EscapeBytesAsInvalidJSONString() function