Searched defs:put_in_quotes (Results 1 – 4 of 4) sorted by relevance
/external/cronet/base/json/ |
D | string_escape.cc | 82 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) { in EscapeJSONStringImpl() 115 bool EscapeJSONString(StringPiece str, bool put_in_quotes, std::string* dest) { in EscapeJSONString() 120 bool put_in_quotes, in EscapeJSONString() 138 bool put_in_quotes) { in EscapeBytesAsInvalidJSONString()
|
D | string_escape_fuzzer.cc | 14 const bool put_in_quotes = data[size - 1]; in LLVMFuzzerTestOneInput() local
|
/external/libchrome/base/json/ |
D | string_escape.cc | 81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) { in EscapeJSONStringImpl() 119 bool EscapeJSONString(StringPiece str, bool put_in_quotes, std::string* dest) { in EscapeJSONString() 124 bool put_in_quotes, in EscapeJSONString() 144 bool put_in_quotes) { in EscapeBytesAsInvalidJSONString()
|
D | string_escape_fuzzer.cc | 14 const bool put_in_quotes = data[size - 1]; in LLVMFuzzerTestOneInput() local
|