/third_party/re2/re2/testing/ |
D | possible_match_test.cc | 115 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()
|
D | tester.cc | 184 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 …]
|
D | regexp_generator.cc | 224 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/ |
D | text_encoding_test.py | 61 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/ |
D | substitute.cc | 40 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()
|
D | escaping_test.cc | 37 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()
|
D | escaping.h | 90 std::string CEscape(absl::string_view src);
|
D | escaping_benchmark.cc | 75 absl::CEscape(src); in CEscapeBenchmarkHelper()
|
/third_party/abseil-cpp/absl/strings/ |
D | substitute.cc | 40 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()
|
D | escaping_test.cc | 37 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()
|
D | escaping.h | 90 std::string CEscape(absl::string_view src);
|
D | escaping_benchmark.cc | 75 absl::CEscape(src); in CEscapeBenchmarkHelper()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | substitute.cc | 90 << CEscape(format) << "\"."; in SubstituteAndAppend() 101 << CEscape(format) << "\"."; in SubstituteAndAppend()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_enum.cc | 199 "data", EscapeTrigraphs(CEscape(text_blob.substr(i, kBytesPerLine)))); in GenerateSource() 229 "extraTextFormatInfo", CEscape(text_format_decode_data.Data())); in GenerateSource()
|
D | objectivec_helpers.cc | 857 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/ |
D | strutil.h | 15 std::string CEscape(const StringPiece& src);
|
D | strutil.cc | 68 std::string CEscape(const StringPiece& src) { in CEscape() function
|
/third_party/protobuf/python/google/protobuf/ |
D | text_encoding.py | 58 def CEscape(text, as_utf8): function
|
/third_party/protobuf/src/google/protobuf/io/ |
D | tokenizer_unittest.cc | 203 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 <<()
|
D | tokenizer.cc | 924 << CEscape(text); in ParseFloat() 1043 << CEscape(text); in ParseStringAppend()
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 263 *error = "Plugin output is unparseable: " + CEscape(output_data); in Communicate() 464 *error = "Plugin output is unparseable: " + CEscape(output_data); in Communicate()
|
/third_party/re2/ |
D | ucs2.diff | 375 - 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/ |
D | java_helpers.cc | 547 CEscape(field->default_value_string())); in DefaultValue() 554 return "\"" + CEscape(field->default_value_string()) + "\""; in DefaultValue() 559 CEscape(field->default_value_string())); in DefaultValue()
|
D | java_shared_code_generator.cc | 154 CEscape(file_data.substr(i, kBytesPerLine))); in GenerateDescriptors()
|
/third_party/grpc/third_party/upb/upbc/ |
D | protoc-gen-upbdefs.cc | 119 output("'$0', ", absl::CEscape(file_data.substr(i, 1))); in WriteDefSource()
|