Home
last modified time | relevance | path

Searched refs:FileClassName (Results 1 – 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc122 string FileClassName(const Params& params, const FileDescriptor* file) { in FileClassName() function
179 result += FileClassName(params, descriptor); in ClassName()
Djavamicro_helpers.h67 string FileClassName(const Params& params, const FileDescriptor* file);
Djavamicro_file.cc91 classname_(FileClassName(params, file)) {} in FileGenerator()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.h74 string FileClassName(const Params& params, const FileDescriptor* file);
Djavanano_helpers.cc177 string FileClassName(const Params& params, const FileDescriptor* file) { in FileClassName() function
251 result += FileClassName(params, descriptor); in ClassName()
Djavanano_file.cc92 classname_(FileClassName(params, file)) {} in FileGenerator()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h77 string FileClassName(const FileDescriptor* file);
Dobjectivec_file.cc55 root_class_name_(FileClassName(file)), in FileGenerator()
Dobjectivec_helpers.cc326 string FileClassName(const FileDescriptor* file) { in FileClassName() function
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h76 string FileClassName(const FileDescriptor* file, bool immutable = true);
Djava_helpers.cc163 string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName() function