Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_names.h79 string PROTOC_EXPORT GetReflectionClassName(const FileDescriptor* descriptor);
Dcsharp_reflection_class.cc196 GetReflectionClassName(file_->dependency(i))); in WriteDescriptor()
Dcsharp_helpers.cc340 std::string GetReflectionClassName(const FileDescriptor* descriptor) { in GetReflectionClassName() function
Dcsharp_message.cc175 vars["descriptor_accessor"] = GetReflectionClassName(descriptor_->file()) in Generate()