Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Djava_name_resolver.cc65 string ClassNameWithoutPackage(const Descriptor* descriptor, in ClassNameWithoutPackage() function
72 string ClassNameWithoutPackage(const EnumDescriptor* descriptor, in ClassNameWithoutPackage() function
79 return ClassNameWithoutPackage(message_descriptor, immutable) + in ClassNameWithoutPackage()
85 string ClassNameWithoutPackage(const ServiceDescriptor* descriptor, in ClassNameWithoutPackage() function
212 return GetClassFullName(ClassNameWithoutPackage(descriptor, immutable), in GetClassName()
219 return GetClassFullName(ClassNameWithoutPackage(descriptor, immutable), in GetClassName()
226 return GetClassFullName(ClassNameWithoutPackage(descriptor, immutable), in GetClassName()
258 ClassNameWithoutPackage(descriptor, true), in GetJavaImmutableClassName()
265 ClassNameWithoutPackage(descriptor, true), in GetJavaImmutableClassName()