Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs106 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
DDescriptor.cs182 …(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/
Ddescriptor.pb.h125 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 …]
Ddescriptor.pb.cc121 ::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 …]
Ddescriptor.h110 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()
Dunittest_custom_options.proto83 extend google.protobuf.ServiceOptions {
351 extend google.protobuf.ServiceOptions {
Ddescriptor.proto289 optional ServiceOptions options = 3;
669 message ServiceOptions { message
Ddescriptor_unittest.cc7547 ServiceOptions::kUninterpretedOptionFieldNumber, 0}; in TEST_F()
7561 ServiceOptions::kUninterpretedOptionFieldNumber, 1}; in TEST_F()
7575 ServiceOptions::kUninterpretedOptionFieldNumber, 2}; in TEST_F()
Ddescriptor.cc2241 if (&options() != &ServiceOptions::default_instance()) { in CopyTo()
5851 service->options_ = &ServiceOptions::default_instance(); in CrossLinkService()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DServiceOptions.php16 class ServiceOptions extends \Google\Protobuf\Internal\Message class
DServiceDescriptorProto.php129 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\ServiceOptions::class);
/third_party/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto83 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/
Dunittest_custom_options.proto79 extend google.protobuf.ServiceOptions {
330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
Ddescriptor.proto192 optional ServiceOptions options = 3;
443 message ServiceOptions { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_custom_options.proto79 extend google.protobuf.ServiceOptions {
330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
Ddescriptor.proto192 optional ServiceOptions options = 3;
443 message ServiceOptions { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_custom_options.proto79 extend google.protobuf.ServiceOptions {
330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
Ddescriptor.proto192 optional ServiceOptions options = 3;
443 message ServiceOptions { message
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
DDescriptor.php219 …Message('google.protobuf.internal.ServiceOptions', \Google\Protobuf\Internal\ServiceOptions::class)
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Ddescriptor_test.py136 descriptor_pb2.ServiceOptions())
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java50 import com.google.protobuf.DescriptorProtos.ServiceOptions;
1974 public ServiceOptions getOptions() { in getOptions()
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs181 …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/
Ddescriptor_test.py143 descriptor_pb2.ServiceOptions())
/third_party/protobuf/
DMakefile.am886 php/src/Google/Protobuf/Internal/ServiceOptions.php \