Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.h75 std::string GetReflectionClassUnqualifiedName(const FileDescriptor* descriptor);
Dcsharp_helpers.cc130 std::string GetReflectionClassUnqualifiedName(const FileDescriptor* descriptor) { in GetReflectionClassUnqualifiedName() function
301 result += GetReflectionClassUnqualifiedName(descriptor); in GetReflectionClassName()
Dcsharp_reflection_class.cc59 reflectionClassname_ = GetReflectionClassUnqualifiedName(file); in ReflectionClassGenerator()