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

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 98 string basename = StripProto(file->name());
cpp_helpers.h 93 string StripProto(const string& filename);
cpp_file.cc 176 "dependency", StripProto(name),
330 "basename", StripProto(file_->name()));
cpp_helpers.cc 200 string StripProto(const string& filename) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.h 63 string StripProto(const string& filename);
javamicro_helpers.cc 114 string StripProto(const string& filename) {
135 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.h 68 string StripProto(const string& filename);
javanano_helpers.cc 161 string StripProto(const string& filename) {
182 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 70 string StripProto(const string& filename);
java_name_resolver.cc 128 return UnderscoresToCamelCase(StripProto(basename), true);
java_helpers.cc 155 string StripProto(const string& filename) {
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 75 string StripProto(const string& filename) {
84 string basename = StripProto(filename);
    [all...]

Completed in 1159 milliseconds