Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_file.cc190 root_class_name_(FileClassName(file)), in FileGenerator()
504 const string root_class_name(FileClassName((*iter))); in GenerateSource()
Dobjectivec_helpers.h90 string PROTOC_EXPORT FileClassName(const FileDescriptor* file);
Dobjectivec_helpers.cc435 string FileClassName(const FileDescriptor* file) { in FileClassName() function
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.h105 std::string FileClassName(const FileDescriptor* file, bool immutable = true);
Djava_helpers.cc238 std::string FileClassName(const FileDescriptor* file, bool immutable) { in FileClassName() function