Home
last modified time | relevance | path

Searched defs:ServiceOptions (Results 1 – 10 of 10) 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.cs7859 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/
DServiceOptions.php16 class ServiceOptions extends \Google\Protobuf\Internal\Message class
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto443 message ServiceOptions { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto443 message ServiceOptions { message
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto443 message ServiceOptions { message
/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto669 message ServiceOptions { message
Ddescriptor.h110 class ServiceOptions; variable
Ddescriptor.pb.cc8772 ServiceOptions::ServiceOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in ServiceOptions() function in ServiceOptions
8780 ServiceOptions::ServiceOptions(const ServiceOptions& from) in ServiceOptions() function in ServiceOptions
Ddescriptor.pb.h125 class ServiceOptions; variable
4988 inline ServiceOptions() : ServiceOptions(nullptr) {} in ServiceOptions() function
4992 ServiceOptions(ServiceOptions&& from) noexcept in ServiceOptions() function