Home
last modified time | relevance | path

Searched refs:CEscape (Results 1 – 25 of 53) sorted by relevance

123

/third_party/re2/re2/testing/
Dpossible_match_test.cc115 LOG(INFO) << "Checking regexp=" << CEscape(t.regexp); in TEST()
145 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST()
148 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST()
151 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST()
154 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST()
157 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST()
160 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST()
164 << "min=" << CEscape(min) << ", max=" << CEscape(max); in TEST()
204 VLOG(3) << CEscape(regexp); in HandleRegexp()
216 LOG(QFATAL) << "PossibleMatchRange failed on: " << CEscape(regexp); in HandleRegexp()
Dtester.cc184 VLOG(1) << CEscape(regexp_str); in TestInstance()
191 LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_) in TestInstance()
199 LOG(INFO) << "Cannot compile: " << CEscape(regexp_str_); in TestInstance()
206 << CEscape(regexp_str_) in TestInstance()
217 LOG(INFO) << "Cannot reverse compile: " << CEscape(regexp_str_); in TestInstance()
245 LOG(INFO) << "Cannot RE2: " << CEscape(re); in TestInstance()
271 LOG(INFO) << "Cannot PCRE: " << CEscape(re); in TestInstance()
360 << CEscape(regexp_str_) in RunSearch()
361 << " on " << CEscape(text); in RunSearch()
513 LOG(ERROR) << "Skipped backtracking! " << CEscape(regexp_str_) in RunCase()
[all …]
Dregexp_generator.cc224 printf(" %s\n", CEscape(post[i]).c_str()); in RunPostfix()
228 printf(" %s\n", CEscape(regexps.top()).c_str()); in RunPostfix()
/third_party/protobuf/python/google/protobuf/internal/
Dtext_encoding_test.py61 text_encoding.CEscape(unescaped, as_utf8=False))
63 text_encoding.CEscape(unescaped, as_utf8=True))
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dsubstitute.cc40 absl::CEscape(format).c_str()); in SubstituteAndAppendArray()
52 index, static_cast<int>(num_args), absl::CEscape(format).c_str()); in SubstituteAndAppendArray()
65 absl::CEscape(format).c_str()); in SubstituteAndAppendArray()
Descaping_test.cc37 TEST(CEscape, EscapeAndUnescape) { in TEST() argument
59 escaped = absl::CEscape(original); in TEST()
102 TEST(CEscape, BasicEscaping) { in TEST() argument
139 std::string escaped = absl::CEscape(val.unescaped); in TEST()
Descaping.h90 std::string CEscape(absl::string_view src);
Descaping_benchmark.cc75 absl::CEscape(src); in CEscapeBenchmarkHelper()
/third_party/abseil-cpp/absl/strings/
Dsubstitute.cc40 absl::CEscape(format).c_str()); in SubstituteAndAppendArray()
52 index, static_cast<int>(num_args), absl::CEscape(format).c_str()); in SubstituteAndAppendArray()
65 absl::CEscape(format).c_str()); in SubstituteAndAppendArray()
Descaping_test.cc37 TEST(CEscape, EscapeAndUnescape) { in TEST() argument
59 escaped = absl::CEscape(original); in TEST()
102 TEST(CEscape, BasicEscaping) { in TEST() argument
139 std::string escaped = absl::CEscape(val.unescaped); in TEST()
Descaping.h90 std::string CEscape(absl::string_view src);
Descaping_benchmark.cc75 absl::CEscape(src); in CEscapeBenchmarkHelper()
/third_party/protobuf/src/google/protobuf/stubs/
Dsubstitute.cc90 << CEscape(format) << "\"."; in SubstituteAndAppend()
101 << CEscape(format) << "\"."; in SubstituteAndAppend()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_enum.cc199 "data", EscapeTrigraphs(CEscape(text_blob.substr(i, kBytesPerLine)))); in GenerateSource()
229 "extraTextFormatInfo", CEscape(text_format_decode_data.Data())); in GenerateSource()
Dobjectivec_helpers.cc857 return "(NSData*)\"" + EscapeTrigraphs(CEscape(bytes)) + "\""; in DefaultValue()
859 return "@\"" + EscapeTrigraphs(CEscape(default_string)) + "\""; in DefaultValue()
1418 << " input: \"" << CEscape(input_for_decode) << "\", desired: \"" in DecodeDataForString()
1419 << CEscape(desired_output) << "\"." << std::endl; in DecodeDataForString()
/third_party/re2/util/
Dstrutil.h15 std::string CEscape(const StringPiece& src);
Dstrutil.cc68 std::string CEscape(const StringPiece& src) { in CEscape() function
/third_party/protobuf/python/google/protobuf/
Dtext_encoding.py58 def CEscape(text, as_utf8): function
/third_party/protobuf/src/google/protobuf/io/
Dtokenizer_unittest.cc203 return out << CEscape(test_case.input); in operator <<()
336 return out << CEscape(test_case.input); in operator <<()
532 return out << CEscape(test_case.input); in operator <<()
845 return out << CEscape(test_case.input); in operator <<()
Dtokenizer.cc924 << CEscape(text); in ParseFloat()
1043 << CEscape(text); in ParseStringAppend()
/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc263 *error = "Plugin output is unparseable: " + CEscape(output_data); in Communicate()
464 *error = "Plugin output is unparseable: " + CEscape(output_data); in Communicate()
/third_party/re2/
Ducs2.diff375 - LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_)
379 + LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_)
450 - << CEscape(text8) << " "
484 - << CEscape(text16) << " "
566 LOG(ERROR) << "Skipped backtracking! " << CEscape(regexp_str_)
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc547 CEscape(field->default_value_string())); in DefaultValue()
554 return "\"" + CEscape(field->default_value_string()) + "\""; in DefaultValue()
559 CEscape(field->default_value_string())); in DefaultValue()
Djava_shared_code_generator.cc154 CEscape(file_data.substr(i, kBytesPerLine))); in GenerateDescriptors()
/third_party/grpc/third_party/upb/upbc/
Dprotoc-gen-upbdefs.cc119 output("'$0', ", absl::CEscape(file_data.substr(i, 1))); in WriteDefSource()

123