Home
last modified time | relevance | path

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

/external/cronet/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(StringPiece str,
Dstring_escape.cc137 std::string EscapeBytesAsInvalidJSONString(StringPiece str, in EscapeBytesAsInvalidJSONString() function
/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