Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc393 string BaseFileName(const FileDescriptor* file) { in BaseFileName() function
437 const string name = UnderscoresToCamelCase(StripProto(BaseFileName(file)), true) + "Root"; in FileClassName()