HomeSort by relevance Sort by last modified time
    Searched defs:StripProto (Results 1 - 8 of 8) 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/javamicro/
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/cpp/
cpp_helpers.cc 200 string StripProto(const string& filename) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 184 string StripProto(const string& filename) {
  /external/chromium_org/third_party/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/javanano/
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 274 milliseconds