Home
last modified time | relevance | path

Searched defs:put_in_quotes (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/json/
Dstring_escape.cc81 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()
Dstring_escape_fuzzer.cc14 const bool put_in_quotes = data[size - 1]; in LLVMFuzzerTestOneInput() local