Lines Matching refs:str
51 template <class STR>
52 void JsonDoubleQuoteT(const STR& str,
58 for (typename STR::const_iterator it = str.begin(); it != str.end(); ++it) {
59 typename ToUnsigned<typename STR::value_type>::Unsigned c = *it;
79 void JsonDoubleQuote(const std::string& str,
82 JsonDoubleQuoteT(str, put_in_quotes, dst);
85 void JsonDoubleQuote(const string16& str,
88 JsonDoubleQuoteT(str, put_in_quotes, dst);