Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc114 std::string GetFileNamespace(const FileDescriptor* descriptor) { in GetFileNamespace() function
324 std::string result = GetFileNamespace(file); in ToCSharpName()
341 std::string result = GetFileNamespace(descriptor); in GetReflectionClassName()
404 string ns = GetFileNamespace(descriptor); in GetOutputFile()
Dcsharp_names.h63 string PROTOC_EXPORT GetFileNamespace(const FileDescriptor* descriptor);
Dcsharp_reflection_class.cc58 namespace_ = GetFileNamespace(file); in ReflectionClassGenerator()