HomeSort by relevance Sort by last modified time
    Searched defs:StripProto (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 113 string StripProto(const string& filename) {
132 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 184 string StripProto(const string& filename) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 113 string StripProto(const string& filename) {
142 name = UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 113 string StripProto(const string& filename) {
142 name = UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 71 string StripProto(const string& filename) {
80 string basename = StripProto(filename);
    [all...]

Completed in 50 milliseconds