Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc122 std::string FileClassName(const Params& params, const FileDescriptor* file) { in FileClassName() function
179 result += FileClassName(params, descriptor); in ClassName()
Djavamicro_helpers.h67 std::string FileClassName(const Params& params, const FileDescriptor* file);
Djavamicro_file.cc91 classname_(FileClassName(params, file)) {} in FileGenerator()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_file.cc197 root_class_name_(FileClassName(file)), in FileGenerator()
535 const std::string root_class_name(FileClassName((*iter))); in GenerateSource()
Dobjectivec_helpers.h105 std::string PROTOC_EXPORT FileClassName(const FileDescriptor* file);
Dobjectivec_helpers.cc670 std::string FileClassName(const FileDescriptor* file) { in FileClassName() function
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.h74 std::string FileClassName(const Params& params, const FileDescriptor* file);
Djavanano_helpers.cc177 std::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_file.cc219 root_class_name_(FileClassName(file)), in FileGenerator()
557 const std::string root_class_name(FileClassName((*iter))); in GenerateSource()
Dobjectivec_helpers.h105 std::string PROTOC_EXPORT FileClassName(const FileDescriptor* file);
Dobjectivec_helpers.cc670 std::string FileClassName(const FileDescriptor* file) { in FileClassName() function
/external/protobuf/src/google/protobuf/compiler/java/
Dhelpers.h113 std::string FileClassName(const FileDescriptor* file, bool immutable = true);
Dhelpers.cc294 std::string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName() function
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h113 std::string FileClassName(const FileDescriptor* file, bool immutable = true);
Djava_helpers.cc292 std::string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName() function