/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | ServiceDescriptor.cs | 106 public ServiceOptions GetOptions() => Proto.Options?.Clone(); in GetOptions() 112 public T GetOption<T>(Extension<ServiceOptions, T> extension) in GetOption() argument 122 public RepeatedField<T> GetOption<T>(RepeatedExtension<ServiceOptions, T> extension) in GetOption() argument
|
D | Descriptor.cs | 182 …(typeof(global::Google.Protobuf.Reflection.ServiceOptions), global::Google.Protobuf.Reflection.Ser… in DescriptorReflection() 4084 private global::Google.Protobuf.Reflection.ServiceOptions options_; 4086 public global::Google.Protobuf.Reflection.ServiceOptions Options { 4194 Options = new global::Google.Protobuf.Reflection.ServiceOptions(); in MergeFrom() 4222 Options = new global::Google.Protobuf.Reflection.ServiceOptions(); in MergeFrom() 4251 Options = new global::Google.Protobuf.Reflection.ServiceOptions(); in IBufferMessage.InternalMergeFrom() 7859 public sealed partial class ServiceOptions : pb::IExtendableMessage<ServiceOptions> class 7864 …atic readonly pb::MessageParser<ServiceOptions> _parser = new pb::MessageParser<ServiceOptions>(()… 7866 internal pb::ExtensionSet<ServiceOptions> _extensions; 7867 private pb::ExtensionSet<ServiceOptions> _Extensions { get { return _extensions; } } [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 125 class ServiceOptions; variable 164 …OTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ServiceOptions* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_… 3105 const PROTOBUF_NAMESPACE_ID::ServiceOptions& options() const; 3106 PROTOBUF_NAMESPACE_ID::ServiceOptions* release_options(); 3107 PROTOBUF_NAMESPACE_ID::ServiceOptions* mutable_options(); 3108 void set_allocated_options(PROTOBUF_NAMESPACE_ID::ServiceOptions* options); 3110 const PROTOBUF_NAMESPACE_ID::ServiceOptions& _internal_options() const; 3111 PROTOBUF_NAMESPACE_ID::ServiceOptions* _internal_mutable_options(); 3114 PROTOBUF_NAMESPACE_ID::ServiceOptions* options); 3115 PROTOBUF_NAMESPACE_ID::ServiceOptions* unsafe_arena_release_options(); [all …]
|
D | descriptor.pb.cc | 121 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<ServiceOptions> _instance; 497 new (ptr) PROTOBUF_NAMESPACE_ID::ServiceOptions(); in InitDefaultsscc_info_ServiceOptions_google_2fprotobuf_2fdescriptor_2eproto() 500 PROTOBUF_NAMESPACE_ID::ServiceOptions::InitAsDefaultInstance(); in InitDefaultsscc_info_ServiceOptions_google_2fprotobuf_2fdescriptor_2eproto() 862 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceOptions, _has_bits_), 863 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceOptions, _internal_metadata_), 864 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceOptions, _extensions_), 867 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceOptions, deprecated_), 868 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::ServiceOptions, uninterpreted_option_), 971 { 292, 299, sizeof(PROTOBUF_NAMESPACE_ID::ServiceOptions)}, 5461 …_instance_._instance.get_mutable()->options_ = const_cast< PROTOBUF_NAMESPACE_ID::ServiceOptions*>( in InitAsDefaultInstance() [all …]
|
D | descriptor.h | 110 class ServiceOptions; variable 1261 const ServiceOptions& options() const; 1288 typedef ServiceOptions OptionsType; 1305 const ServiceOptions* options_; 2081 PROTOBUF_DEFINE_OPTIONS_ACCESSOR(ServiceDescriptor, ServiceOptions) in PROTOBUF_DEFINE_STRING_ACCESSOR()
|
D | unittest_custom_options.proto | 83 extend google.protobuf.ServiceOptions { 351 extend google.protobuf.ServiceOptions {
|
D | descriptor.proto | 289 optional ServiceOptions options = 3; 669 message ServiceOptions { message
|
D | descriptor_unittest.cc | 7547 ServiceOptions::kUninterpretedOptionFieldNumber, 0}; in TEST_F() 7561 ServiceOptions::kUninterpretedOptionFieldNumber, 1}; in TEST_F() 7575 ServiceOptions::kUninterpretedOptionFieldNumber, 2}; in TEST_F()
|
D | descriptor.cc | 2241 if (&options() != &ServiceOptions::default_instance()) { in CopyTo() 5851 service->options_ = &ServiceOptions::default_instance(); in CrossLinkService()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | ServiceOptions.php | 16 class ServiceOptions extends \Google\Protobuf\Internal\Message class
|
D | ServiceDescriptorProto.php | 129 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ServiceOptions::class);
|
/third_party/protobuf/csharp/protos/ |
D | unittest_custom_options_proto3.proto | 83 extend google.protobuf.ServiceOptions { 295 extend google.protobuf.ServiceOptions { Aggregate serviceopt = 15497145; }
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 79 extend google.protobuf.ServiceOptions { 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|
D | descriptor.proto | 192 optional ServiceOptions options = 3; 443 message ServiceOptions { message
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 79 extend google.protobuf.ServiceOptions { 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|
D | descriptor.proto | 192 optional ServiceOptions options = 3; 443 message ServiceOptions { message
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_custom_options.proto | 79 extend google.protobuf.ServiceOptions { 330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
|
D | descriptor.proto | 192 optional ServiceOptions options = 3; 443 message ServiceOptions { message
|
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/ |
D | Descriptor.php | 219 …Message('google.protobuf.internal.ServiceOptions', \Google\Protobuf\Internal\ServiceOptions::class)
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | descriptor_test.py | 136 descriptor_pb2.ServiceOptions())
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 50 import com.google.protobuf.DescriptorProtos.ServiceOptions; 1974 public ServiceOptions getOptions() { in getOptions()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestCustomOptionsProto3.cs | 181 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.ServiceOptions, long> Serv… 182 …new pb::Extension<global::Google.Protobuf.Reflection.ServiceOptions, long>(7887650, pb::FieldCodec… 235 …public static readonly pb::Extension<global::Google.Protobuf.Reflection.ServiceOptions, global::Un… 236 …new pb::Extension<global::Google.Protobuf.Reflection.ServiceOptions, global::UnitTest.Issues.TestP…
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | descriptor_test.py | 143 descriptor_pb2.ServiceOptions())
|
/third_party/protobuf/ |
D | Makefile.am | 886 php/src/Google/Protobuf/Internal/ServiceOptions.php \
|