Searched defs:ServiceOptions (Results 1 – 10 of 10) 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 | 7859 public sealed partial class ServiceOptions : pb::IExtendableMessage<ServiceOptions> class 7883 public ServiceOptions() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions 7890 public ServiceOptions(ServiceOptions other) : this() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions 8101 public TValue GetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in GetExtension() 8104 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TValu… in GetExtension() 8107 …c::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TV… in GetOrInitializeExtension() 8110 … public void SetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension, TValue value) { in SetExtension() 8113 public bool HasExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in HasExtension() 8116 public void ClearExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in ClearExtension() 8119 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/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 443 message ServiceOptions { message
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 443 message ServiceOptions { message
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 443 message ServiceOptions { message
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.proto | 669 message ServiceOptions { message
|
D | descriptor.h | 110 class ServiceOptions; variable
|
D | descriptor.pb.cc | 8772 ServiceOptions::ServiceOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in ServiceOptions() function in ServiceOptions 8780 ServiceOptions::ServiceOptions(const ServiceOptions& from) in ServiceOptions() function in ServiceOptions
|
D | descriptor.pb.h | 125 class ServiceOptions; variable 4988 inline ServiceOptions() : ServiceOptions(nullptr) {} in ServiceOptions() function 4992 ServiceOptions(ServiceOptions&& from) noexcept in ServiceOptions() function
|