/external/protobuf/examples/ |
D | addressbook.proto | 20 option csharp_namespace = "Google.Protobuf.Examples.AddressBook";
|
/external/protobuf/src/google/protobuf/ |
D | unittest_import_public_proto3.proto | 38 option csharp_namespace = "Google.Protobuf.TestProtos";
|
D | unittest_drop_unknown_fields.proto | 36 option csharp_namespace = "Google.Protobuf.TestProtos";
|
D | unittest_preserve_unknown_enum.proto | 36 option csharp_namespace = "Google.Protobuf.TestProtos";
|
D | source_context.proto | 35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
D | unittest_mset_wire_format.proto | 42 option csharp_namespace = "Google.ProtocolBuffers.TestProtos";
|
D | empty.proto | 35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
D | unittest_import_proto3.proto | 50 option csharp_namespace = "Google.Protobuf.TestProtos";
|
D | duration.proto | 35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
D | wrappers.proto | 40 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
D | struct.proto | 35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
D | unittest_well_known_types.proto | 5 option csharp_namespace = "Google.Protobuf.TestProtos";
|
D | timestamp.proto | 35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
D | map_unittest_proto3.proto | 40 option csharp_namespace = "Google.Protobuf.TestProtos";
|
D | type.proto | 38 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
D | any.proto | 35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
D | api.proto | 38 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
D | field_mask.proto | 35 option csharp_namespace = "Google.Protobuf.WellKnownTypes";
|
D | unittest_proto3.proto | 45 option csharp_namespace = "Google.Protobuf.TestProtos";
|
D | descriptor.pb.cc | 8265 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()
|
D | descriptor.proto | 46 option csharp_namespace = "Google.Protobuf.Reflection"; 378 optional string csharp_namespace = 37; field
|
D | descriptor.pb.h | 2036 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/ |
D | unittest_issues.proto | 7 option csharp_namespace = "UnitTest.Issues.TestProtos";
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_helpers.cc | 116 return descriptor->options().csharp_namespace(); in GetFileNamespace()
|