Searched defs:to_escape (Results 1 - 3 of 3) sorted by relevance

/external/chromium/base/json/
H A Dstring_escape_unittest.cc14 const char* to_escape; member in struct:base::__anon1690::json_narrow_test_data
28 std::string in = json_narrow_cases[i].to_escape;
34 std::string in = json_narrow_cases[0].to_escape;
58 const wchar_t* to_escape; member in struct:base::__anon1691::json_wide_test_data
74 string16 in = WideToUTF16(json_wide_cases[i].to_escape);
79 string16 in = WideToUTF16(json_wide_cases[0].to_escape);
/external/chromium_org/base/json/
H A Dstring_escape_unittest.cc14 const char* to_escape; member in struct:base::__anon3764::json_narrow_test_data
28 std::string in = json_narrow_cases[i].to_escape;
34 std::string in = json_narrow_cases[0].to_escape;
58 const wchar_t* to_escape; member in struct:base::__anon3765::json_wide_test_data
74 string16 in = WideToUTF16(json_wide_cases[i].to_escape);
79 string16 in = WideToUTF16(json_wide_cases[0].to_escape);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc374 string EscapeTrigraphs(const string& to_escape) { argument
375 return StringReplace(to_escape, "?", "\\?", true);

Completed in 692 milliseconds