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

1 2

  /external/regex-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/protobuf/python/google/protobuf/internal/
text_encoding_test.py 57 text_encoding.CEscape(unescaped, as_utf8=False))
59 text_encoding.CEscape(unescaped, as_utf8=True))
  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 88 << CEscape(format) << "\".";
99 << CEscape(format) << "\".";
strutil.h 292 // CEscape()
298 LIBPROTOBUF_EXPORT string CEscape(const string& src);
301 // Like CEscape() but does not escape bytes with the upper bit set.
304 // Like CEscape() but uses hex (\x) escapes instead of octals.
strutil.cc 516 // CEscape()
525 string CEscape(const string& src) {
    [all...]
  /external/protobuf/python/google/protobuf/
text_encoding.py 61 def CEscape(text, as_utf8):
text_format.py 201 out.write(text_encoding.CEscape(out_value, out_as_utf8))
  /external/regex-re2/util/
strutil.cc 58 // CEscape()
62 string CEscape(const StringPiece& src) {
util.h 108 string CEscape(const StringPiece& src);
  /external/regex-re2/re2/
re2.cc 621 << " [" << CEscape(subtext) << "]"
627 << " [" << CEscape(subtext) << "]"
633 << " [" << CEscape(subtext) << "]"
650 << " [" << CEscape(subtext) << "]"
656 << " [" << CEscape(subtext) << "]"
664 << " [" << CEscape(subtext) << "]"
686 << " [" << CEscape(subtext) << "]"
694 << " [" << CEscape(subtext) << "]"
704 << " [" << CEscape(subtext) << "]"
711 << " [" << CEscape(subtext) << "]
    [all...]
dfa.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 321 CEscape(field->default_value_string()));
327 // All chars are ASCII. In this case CEscape() works fine.
328 return "\"" + CEscape(field->default_value_string()) + "\"";
334 CEscape(field->default_value_string()));
  /external/protobuf/src/google/protobuf/compiler/java/
java_shared_code_generator.cc 138 "data", CEscape(file_data.substr(i, kBytesPerLine)));
java_helpers.cc 414 CEscape(field->default_value_string()));
420 // All chars are ASCII. In this case CEscape() works fine.
421 return "\"" + CEscape(field->default_value_string()) + "\"";
426 CEscape(field->default_value_string()));
  /external/protobuf/src/google/protobuf/io/
tokenizer_unittest.cc 203 return out << CEscape(test_case.input);
337 return out << CEscape(test_case.input);
524 return out << CEscape(test_case.input);
    [all...]
tokenizer.cc 876 " tokenized as an integer: " << CEscape(text);
909 " tokenized as a float: " << CEscape(text);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 251 *error = "Plugin output is unparseable: " + CEscape(output_data);
452 *error = "Plugin output is unparseable: " + CEscape(output_data);
parser.cc 933 *default_value = CEscape(*default_value);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 215 CEscape(descriptor->default_value_string()));
220 // CEscape()'d string literal works fine.
222 "\"" + CEscape(descriptor->default_value_string()) + "\"";
231 CEscape(descriptor->default_value_string()));
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 333 CEscape(field->default_value_string())) +
cpp_file.cc 589 CEscape(file_data.substr(i, kBytesPerLine))));
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 226 //##!PY25 return "b\"" + CEscape(field.default_value_string()) +
229 return "_b(\"" + CEscape(field.default_value_string()) + //##PY25
521 m["serialized_options"] = CEscape(options_string);
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]

Completed in 187 milliseconds

1 2