Home
last modified time | relevance | path

Searched refs:StripProto (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_generator.cc98 string basename = StripProto(file->name()); in Generate()
Dcpp_helpers.h93 string StripProto(const string& filename);
Dcpp_file.cc176 "dependency", StripProto(name), in GenerateHeader()
330 "basename", StripProto(file_->name())); in GenerateSource()
Dcpp_helpers.cc200 string StripProto(const string& filename) { in StripProto() function
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc114 string StripProto(const string& filename) { in StripProto() function
135 return UnderscoresToCamelCaseImpl(StripProto(basename), true); in FileClassName()
Djavamicro_helpers.h63 string StripProto(const string& filename);
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.h68 string StripProto(const string& filename);
Djavanano_helpers.cc161 string StripProto(const string& filename) { in StripProto() function
182 return UnderscoresToCamelCaseImpl(StripProto(basename), true); in FileClassName()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h70 string StripProto(const string& filename);
Djava_name_resolver.cc128 return UnderscoresToCamelCase(StripProto(basename), true); in GetFileDefaultImmutableClassName()
Djava_helpers.cc155 string StripProto(const string& filename) { in StripProto() function
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc75 string StripProto(const string& filename) { in StripProto() function
84 string basename = StripProto(filename); in ModuleName()