Searched defs:StripProto (Results 1 - 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc113 string StripProto(const string& filename) { function in namespace:google::protobuf::compiler::java
132 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc114 string StripProto(const string& filename) { function in namespace:google::protobuf::compiler::javamicro
135 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc200 string StripProto(const string& filename) { function in namespace:google::protobuf::compiler::cpp
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc113 string StripProto(const string& filename) { function in namespace:google::protobuf::compiler::java
132 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc184 string StripProto(const string& filename) { function in namespace:google::protobuf::compiler::cpp
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.cc161 string StripProto(const string& filename) { function in namespace:google::protobuf::compiler::javanano
182 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc72 string StripProto(const string& filename) { function in namespace:google::protobuf::compiler::python::__anon13381
81 string basename = StripProto(filename);
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc71 string StripProto(const string& filename) { function in namespace:google::protobuf::compiler::python::__anon23935
80 string basename = StripProto(filename);

Completed in 147 milliseconds