Searched refs:EscapeBytesAsInvalidJSONString (Results 1 – 6 of 6) sorted by relevance
/external/cronet/base/json/ |
D | string_escape_unittest.cc | 248 EscapeBytesAsInvalidJSONString(in, false)); in TEST() 250 EscapeBytesAsInvalidJSONString(in, true)); in TEST() 257 EscapeBytesAsInvalidJSONString(in, false)); in TEST()
|
D | string_escape.h | 56 BASE_EXPORT std::string EscapeBytesAsInvalidJSONString(StringPiece str,
|
D | string_escape.cc | 137 std::string EscapeBytesAsInvalidJSONString(StringPiece str, in EscapeBytesAsInvalidJSONString() function
|
/external/libchrome/base/json/ |
D | string_escape_unittest.cc | 177 EscapeBytesAsInvalidJSONString(in, false)); in TEST() 179 EscapeBytesAsInvalidJSONString(in, true)); in TEST() 186 EscapeBytesAsInvalidJSONString(in, false)); in TEST()
|
D | string_escape.h | 56 BASE_EXPORT std::string EscapeBytesAsInvalidJSONString(StringPiece str,
|
D | string_escape.cc | 143 std::string EscapeBytesAsInvalidJSONString(StringPiece str, in EscapeBytesAsInvalidJSONString() function
|