Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.cc214 extensions.push_back(GetFullExtensionName(file_->extension(i))); in WriteDescriptor()
304 extensions.push_back(GetFullExtensionName(descriptor->extension(i))); in WriteGeneratedCodeInfo()
Dcsharp_helpers.h116 std::string GetFullExtensionName(const FieldDescriptor* descriptor);
Dcsharp_helpers.cc349 std::string GetFullExtensionName(const FieldDescriptor* descriptor) { in GetFullExtensionName() function