Searched defs:ServiceOptions (Results 1 – 7 of 7) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | ServiceDescriptor.cs | 112 public T GetOption<T>(Extension<ServiceOptions, T> extension) in GetOption() 122 public RepeatedField<T> GetOption<T>(RepeatedExtension<ServiceOptions, T> extension) in GetOption()
|
| D | Descriptor.cs | 7858 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/ |
| D | ServiceOptions.php | 16 class ServiceOptions extends \Google\Protobuf\Internal\Message class
|
| /third_party/protobuf/src/google/protobuf/ |
| D | descriptor.proto | 669 message ServiceOptions { message
|
| D | descriptor.h | 111 class ServiceOptions; variable
|
| D | descriptor.pb.cc | 8676 ServiceOptions::ServiceOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in ServiceOptions() function in ServiceOptions 8684 ServiceOptions::ServiceOptions(const ServiceOptions& from) in ServiceOptions() function in ServiceOptions
|
| D | descriptor.pb.h | 124 class ServiceOptions; variable 4968 inline ServiceOptions() : ServiceOptions(nullptr) {} in ServiceOptions() function 4972 ServiceOptions(ServiceOptions&& from) noexcept in ServiceOptions() function
|