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

  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 116 return StripSuffixString(filename, ".protodevel");
118 return StripSuffixString(filename, ".proto");
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 171 return StripSuffixString(filename, ".protodevel");
173 return StripSuffixString(filename, ".proto");
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 269 return StripSuffixString(filename, ".protodevel");
271 return StripSuffixString(filename, ".proto");
479 worker = StripSuffixString(worker, "_p");
482 worker = StripSuffixString(worker, "Array");
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 284 return StripSuffixString(filename, ".protodevel");
286 return StripSuffixString(filename, ".proto");
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 157 return StripSuffixString(filename, ".protodevel");
159 return StripSuffixString(filename, ".proto");
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 130 // StripSuffixString()
141 inline string StripSuffixString(const string& str, const string& suffix) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 83 return StripSuffixString(filename, suffix);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 151 return StripSuffixString(filename, suffix);
    [all...]

Completed in 508 milliseconds