HomeSort by relevance Sort by last modified time
    Searched refs:StripSuffixString (Results 1 - 6 of 6) 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/cpp/
cpp_helpers.cc 202 return StripSuffixString(filename, ".protodevel");
204 return StripSuffixString(filename, ".proto");
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 163 return StripSuffixString(filename, ".protodevel");
165 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 97 // StripSuffixString()
108 inline string StripSuffixString(const string& str, const string& suffix) {
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 78 return StripSuffixString(filename, suffix);
    [all...]

Completed in 2551 milliseconds