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

  /external/protobuf/src/google/protobuf/stubs/
substitute.cc 88 << CEscape(format) << "\".";
99 << CEscape(format) << "\".";
strutil.h 260 // CEscape()
266 LIBPROTOBUF_EXPORT string CEscape(const string& src);
269 // Like CEscape() but does not escape bytes with the upper bit set.
272 // Like CEscape() but uses hex (\x) escapes instead of octals.
strutil.cc 478 // CEscape()
487 string CEscape(const string& src) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 307 CEscape(field->default_value_string()));
313 // All chars are ASCII. In this case CEscape() works fine.
314 return "\"" + CEscape(field->default_value_string()) + "\"";
319 CEscape(field->default_value_string()));
java_file.cc 286 "data", CEscape(file_data.substr(i, kBytesPerLine)));
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 589 " tokenized as an integer: " << CEscape(text);
622 " tokenized as a float: " << CEscape(text);
632 " have been tokenized as a string: " << CEscape(text);
tokenizer_unittest.cc 202 return out << CEscape(test_case.input);
331 return out << CEscape(test_case.input);
625 return out << CEscape(test_case.input);
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 359 CEscape(field->default_value_string()));
365 // All chars are ASCII. In this case CEscape() works fine.
366 return "\"" + CEscape(field->default_value_string()) + "\"";
372 CEscape(field->default_value_string()));
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 206 return "unicode(\"" + CEscape(field.default_value_string()) +
209 return "\"" + CEscape(field.default_value_string()) + "\"";
380 OptionsValue("EnumOptions", CEscape(options_string)));
471 m["serialized_options"] = CEscape(options_string);
833 + CEscape(serialized_options)+ "')";
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 295 return "\"" + CEscape(field->default_value_string()) + "\"";
cpp_string_field.cc 52 "\"" + CEscape(descriptor->default_value_string()) + "\"";
cpp_file.cc 541 "data", CEscape(file_data.substr(i, kBytesPerLine)));
  /external/protobuf/src/google/protobuf/compiler/
subprocess.cc 248 *error = "Plugin output is unparseable: " + CEscape(output_data);
parser.cc 621 *default_value = CEscape(*default_value);
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
descriptor.cc     [all...]

Completed in 393 milliseconds