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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 97 string basename = StripProto(file->name());
cpp_helpers.h 93 string StripProto(const string& filename);
cpp_file.cc 170 "dependency", StripProto(file_->dependency(i)->name()));
323 "basename", StripProto(file_->name()));
cpp_helpers.cc 200 string StripProto(const string& filename) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 95 string basename = StripProto(file->name());
cpp_helpers.h 87 string StripProto(const string& filename);
cpp_file.cc 149 "dependency", StripProto(file_->dependency(i)->name()));
294 "basename", StripProto(file_->name()));
cpp_helpers.cc 184 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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 62 string StripProto(const string& filename);
java_helpers.cc 113 string StripProto(const string& filename) {
132 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 62 string StripProto(const string& filename);
java_helpers.cc 113 string StripProto(const string& filename) {
132 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.h 67 string StripProto(const string& filename);
javanano_helpers.cc 161 string StripProto(const string& filename) {
182 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 72 string StripProto(const string& filename) {
81 string basename = StripProto(filename);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 71 string StripProto(const string& filename) {
80 string basename = StripProto(filename);
    [all...]

Completed in 1128 milliseconds