Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h81 string FileClassName(const FileDescriptor* file);
Dobjectivec_file.cc258 root_class_name_(FileClassName(file)), in FileGenerator()
Dobjectivec_helpers.cc346 string FileClassName(const FileDescriptor* file) { in FileClassName() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.h89 string FileClassName(const FileDescriptor* file, bool immutable = true);
Djava_helpers.cc177 string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName() function