Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc115 if (descriptor->options().has_csharp_namespace()) { in GetFileNamespace()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc8026 if (has_csharp_namespace()) { in Clear()
8409 if (has_csharp_namespace()) { in SerializeWithCachedSizes()
8529 if (has_csharp_namespace()) { in SerializeWithCachedSizesToArray()
8640 if (has_csharp_namespace()) { in ByteSize()
8733 if (from.has_csharp_namespace()) { in MergeFrom()
9236 bool FileOptions::has_csharp_namespace() const { in has_csharp_namespace() function in google::protobuf::FileOptions
Ddescriptor.pb.h2033 bool has_csharp_namespace() const;
6195 inline bool FileOptions::has_csharp_namespace() const { in has_csharp_namespace() function