Searched refs:FileClassName (Results 1 – 16 of 16) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 122 std::string FileClassName(const Params& params, const FileDescriptor* file) { in FileClassName() function 179 result += FileClassName(params, descriptor); in ClassName()
|
D | javamicro_helpers.h | 67 std::string FileClassName(const Params& params, const FileDescriptor* file);
|
D | javamicro_file.cc | 91 classname_(FileClassName(params, file)) {} in FileGenerator()
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_file.cc | 197 root_class_name_(FileClassName(file)), in FileGenerator() 535 const std::string root_class_name(FileClassName((*iter))); in GenerateSource()
|
D | objectivec_helpers.h | 105 std::string PROTOC_EXPORT FileClassName(const FileDescriptor* file);
|
D | objectivec_helpers.cc | 670 std::string FileClassName(const FileDescriptor* file) { in FileClassName() function
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.h | 74 std::string FileClassName(const Params& params, const FileDescriptor* file);
|
D | javanano_helpers.cc | 177 std::string FileClassName(const Params& params, const FileDescriptor* file) { in FileClassName() function 251 result += FileClassName(params, descriptor); in ClassName()
|
D | javanano_file.cc | 92 classname_(FileClassName(params, file)) {} in FileGenerator()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_file.cc | 219 root_class_name_(FileClassName(file)), in FileGenerator() 557 const std::string root_class_name(FileClassName((*iter))); in GenerateSource()
|
D | objectivec_helpers.h | 105 std::string PROTOC_EXPORT FileClassName(const FileDescriptor* file);
|
D | objectivec_helpers.cc | 670 std::string FileClassName(const FileDescriptor* file) { in FileClassName() function
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | helpers.h | 113 std::string FileClassName(const FileDescriptor* file, bool immutable = true);
|
D | helpers.cc | 294 std::string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName() function
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.h | 113 std::string FileClassName(const FileDescriptor* file, bool immutable = true);
|
D | java_helpers.cc | 292 std::string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName() function
|