Lines Matching refs:put_in_quotes
81 bool EscapeJSONStringImpl(const S& str, bool put_in_quotes, std::string* dest) {
84 if (put_in_quotes)
109 if (put_in_quotes)
118 bool put_in_quotes,
120 return EscapeJSONStringImpl(str, put_in_quotes, dest);
124 bool put_in_quotes,
126 return EscapeJSONStringImpl(str, put_in_quotes, dest);
144 bool put_in_quotes) {
147 if (put_in_quotes)
161 if (put_in_quotes)