HomeSort by relevance Sort by last modified time
    Searched refs:CEscape (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/re2/re2/testing/
possible_match_test.cc 109 LOG(INFO) << "Checking regexp=" << CEscape(t.regexp);
139 << "min=" << CEscape(min) << ", max=" << CEscape(max);
142 << "min=" << CEscape(min) << ", max=" << CEscape(max);
145 << "min=" << CEscape(min) << ", max=" << CEscape(max);
148 << "min=" << CEscape(min) << ", max=" << CEscape(max);
151 << "min=" << CEscape(min) << ", max=" << CEscape(max)
    [all...]
tester.cc 174 VLOG(1) << CEscape(regexp_str);
181 LOG(INFO) << "Cannot parse: " << CEscape(regexp_str_)
189 LOG(INFO) << "Cannot compile: " << CEscape(regexp_str_);
196 << CEscape(regexp_str_)
207 LOG(INFO) << "Cannot reverse compile: " << CEscape(regexp_str_);
235 LOG(INFO) << "Cannot RE2: " << CEscape(re);
260 LOG(INFO) << "Cannot PCRE: " << CEscape(re);
346 LOG(ERROR) << "Reverse DFA inconsistency: " << CEscape(regexp_str_)
347 << " on " << CEscape(text);
482 LOG(ERROR) << "Skipped backtracking! " << CEscape(regexp_str_
    [all...]
regexp_generator.cc 212 printf(" %s\n", CEscape(post[i]).c_str());
216 printf(" %s\n", CEscape(regexps.top()).c_str());
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
substitute.cc 88 << CEscape(format) << "\".";
99 << CEscape(format) << "\".";
strutil.h 270 // CEscape()
276 LIBPROTOBUF_EXPORT string CEscape(const string& src);
279 // Like CEscape() but does not escape bytes with the upper bit set.
282 // Like CEscape() but uses hex (\x) escapes instead of octals.
strutil.cc 516 // CEscape()
525 string CEscape(const string& src) {
    [all...]
  /external/chromium_org/third_party/re2/util/
strutil.cc 58 // CEscape()
62 string CEscape(const StringPiece& src) {
util.h 113 string CEscape(const StringPiece& src);
  /external/chromium_org/third_party/re2/re2/
re2.cc 639 << " [" << CEscape(subtext) << "]"
645 << " [" << CEscape(subtext) << "]"
651 << " [" << CEscape(subtext) << "]"
668 << " [" << CEscape(subtext) << "]"
674 << " [" << CEscape(subtext) << "]"
682 << " [" << CEscape(subtext) << "]"
704 << " [" << CEscape(subtext) << "]"
712 << " [" << CEscape(subtext) << "]"
722 << " [" << CEscape(subtext) << "]"
729 << " [" << CEscape(subtext) << "]
    [all...]
dfa.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 330 CEscape(field->default_value_string()));
336 // All chars are ASCII. In this case CEscape() works fine.
337 return "\"" + CEscape(field->default_value_string()) + "\"";
342 CEscape(field->default_value_string()));
java_file.cc 323 "data", CEscape(file_data.substr(i, kBytesPerLine)));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 860 " tokenized as an integer: " << CEscape(text);
893 " tokenized as a float: " << CEscape(text);
    [all...]
tokenizer_unittest.cc 203 return out << CEscape(test_case.input);
337 return out << CEscape(test_case.input);
530 return out << CEscape(test_case.input);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 221 return "unicode(\"" + CEscape(field.default_value_string()) +
224 return "\"" + CEscape(field.default_value_string()) + "\"";
500 m["serialized_options"] = CEscape(options_string);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 329 CEscape(field->default_value_string())) +
cpp_file.cc 581 CEscape(file_data.substr(i, kBytesPerLine))));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
subprocess.cc 251 *error = "Plugin output is unparseable: " + CEscape(output_data);
parser.cc 879 *default_value = CEscape(*default_value);
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc     [all...]
descriptor.cc     [all...]

Completed in 1569 milliseconds