Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_names.h75 string GetReflectionClassName(const FileDescriptor* descriptor);
Dcsharp_reflection_class.cc183 GetReflectionClassName(file_->dependency(i))); in WriteDescriptor()
Dcsharp_helpers.cc296 std::string GetReflectionClassName(const FileDescriptor* descriptor) { in GetReflectionClassName() function
Dcsharp_message.cc123 vars["descriptor_accessor"] = GetReflectionClassName(descriptor_->file()) in Generate()