Home
last modified time | relevance | path

Searched defs:ServiceOptions (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DServiceDescriptor.cs112 public T GetOption<T>(Extension<ServiceOptions, T> extension) in GetOption()
122 public RepeatedField<T> GetOption<T>(RepeatedExtension<ServiceOptions, T> extension) in GetOption()
DDescriptor.cs7858 public sealed partial class ServiceOptions : pb::IExtendableMessage<ServiceOptions> class
7882 public ServiceOptions() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions
7889 public ServiceOptions(ServiceOptions other) : this() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions
8100 public TValue GetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in GetExtension()
8103 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TValu… in GetExtension()
8106 …c::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TV… in GetOrInitializeExtension()
8109 … public void SetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension, TValue value) { in SetExtension()
8112 public bool HasExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in HasExtension()
8115 public void ClearExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in ClearExtension()
8118 public void ClearExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TValue> extension) { in ClearExtension()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DServiceOptions.php16 class ServiceOptions extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto669 message ServiceOptions { message
Ddescriptor.h111 class ServiceOptions; variable
Ddescriptor.pb.cc8676 ServiceOptions::ServiceOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in ServiceOptions() function in ServiceOptions
8684 ServiceOptions::ServiceOptions(const ServiceOptions& from) in ServiceOptions() function in ServiceOptions
Ddescriptor.pb.h124 class ServiceOptions; variable
4968 inline ServiceOptions() : ServiceOptions(nullptr) {} in ServiceOptions() function
4972 ServiceOptions(ServiceOptions&& from) noexcept in ServiceOptions() function