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

  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 114 string StripProto(const string& filename) {
135 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 155 string StripProto(const string& filename) {
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 169 string StripProto(const string& filename) {
190 return UnderscoresToCamelCaseImpl(StripProto(basename), true);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 282 string StripProto(const string& filename) {
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 80 string StripProto(const string& filename) {
89 string basename = StripProto(filename);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 267 string StripProto(const string& filename) {
311 basename = StripProto(basename);
328 name += UnderscoresToCamelCase(StripProto(BaseFileName(file)), true);
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 148 string StripProto(const string& filename) {
157 return StripProto(filename) + "_pb.js";
184 string basename = StripProto(filename);
    [all...]

Completed in 264 milliseconds