Home
last modified time | relevance | path

Searched refs:GetFileNamespace (Results 1 – 4 of 4) 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()
/third_party/grpc/src/compiler/
Dcsharp_generator.cc29 using google::protobuf::compiler::csharp::GetFileNamespace;
808 std::string file_namespace = GetFileNamespace(file); in GetServices()