Home
last modified time | relevance | path

Searched refs:csharp_namespace (Results 1 – 24 of 24) sorted by relevance

/external/protobuf/examples/
Daddressbook.proto20 option csharp_namespace = "Google.Protobuf.Examples.AddressBook";
/external/protobuf/src/google/protobuf/
Dunittest_import_public_proto3.proto38 option csharp_namespace = "Google.Protobuf.TestProtos";
Dunittest_drop_unknown_fields.proto36 option csharp_namespace = "Google.Protobuf.TestProtos";
Dunittest_preserve_unknown_enum.proto36 option csharp_namespace = "Google.Protobuf.TestProtos";
Dsource_context.proto35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
Dunittest_mset_wire_format.proto42 option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
Dempty.proto35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
Dunittest_import_proto3.proto50 option csharp_namespace = "Google.Protobuf.TestProtos";
Dduration.proto35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
Dwrappers.proto40 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
Dstruct.proto35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
Dunittest_well_known_types.proto5 option csharp_namespace = "Google.Protobuf.TestProtos";
Dtimestamp.proto35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
Dmap_unittest_proto3.proto40 option csharp_namespace = "Google.Protobuf.TestProtos";
Dtype.proto38 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
Dany.proto35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
Dapi.proto38 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
Dfield_mask.proto35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
Dunittest_proto3.proto45 option csharp_namespace = "Google.Protobuf.TestProtos";
Ddescriptor.pb.cc8265 this->csharp_namespace().data(), this->csharp_namespace().length(), in MergePartialFromCodedStream()
8411 this->csharp_namespace().data(), this->csharp_namespace().length(), in SerializeWithCachedSizes()
8415 37, this->csharp_namespace(), output); in SerializeWithCachedSizes()
8531 this->csharp_namespace().data(), this->csharp_namespace().length(), in SerializeWithCachedSizesToArray()
8536 37, this->csharp_namespace(), target); in SerializeWithCachedSizesToArray()
8643 this->csharp_namespace()); in ByteSize()
9249 const ::std::string& FileOptions::csharp_namespace() const { in csharp_namespace() function in google::protobuf::FileOptions
9279 void FileOptions::set_allocated_csharp_namespace(::std::string* csharp_namespace) { in set_allocated_csharp_namespace() argument
9280 if (csharp_namespace != NULL) { in set_allocated_csharp_namespace()
9285 …etAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), csharp_namespace); in set_allocated_csharp_namespace()
Ddescriptor.proto46 option csharp_namespace = "Google.Protobuf.Reflection";
378 optional string csharp_namespace = 37; field
Ddescriptor.pb.h2036 const ::std::string& csharp_namespace() const;
2042 void set_allocated_csharp_namespace(::std::string* csharp_namespace);
6208 inline const ::std::string& FileOptions::csharp_namespace() const { in csharp_namespace() function
6238 inline void FileOptions::set_allocated_csharp_namespace(::std::string* csharp_namespace) { in set_allocated_csharp_namespace() argument
6239 if (csharp_namespace != NULL) { in set_allocated_csharp_namespace()
6244 …etAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), csharp_namespace); in set_allocated_csharp_namespace()
/external/protobuf/csharp/protos/
Dunittest_issues.proto7 option csharp_namespace = "UnitTest.Issues.TestProtos";
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc116 return descriptor->options().csharp_namespace(); in GetFileNamespace()