Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go2449 type ServiceOptions struct { struct
2450 state protoimpl.MessageState
2451 sizeCache protoimpl.SizeCache
2452 unknownFields protoimpl.UnknownFields
2453 extensionFields protoimpl.ExtensionFields
2459 Deprecated *bool `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
2461 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
2469 func (x *ServiceOptions) Reset() {
2478 func (x *ServiceOptions) String() string {
2482 func (*ServiceOptions) ProtoMessage() {}
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DServiceDescriptor.cs120 public T GetOption<T>(Extension<ServiceOptions, T> extension) in GetOption()
130 public RepeatedField<T> GetOption<T>(RepeatedExtension<ServiceOptions, T> extension) in GetOption()
H A DDescriptor.cs8457 public sealed partial class ServiceOptions : pb::IExtendableMessage<ServiceOptions> class
8485 public ServiceOptions() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions
8493 public ServiceOptions(ServiceOptions other) : this() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions
8719 public TValue GetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in GetExtension()
8722 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TValu… in GetExtension()
8725 …c::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TV… in GetOrInitializeExtension()
8728 … public void SetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension, TValue value) { in SetExtension()
8731 public bool HasExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in HasExtension()
8734 public void ClearExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in ClearExtension()
8737 public void ClearExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TValue> extension) { in ClearExtension()
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DServiceDescriptor.cs120 public T GetOption<T>(Extension<ServiceOptions, T> extension) in GetOption()
130 public RepeatedField<T> GetOption<T>(RepeatedExtension<ServiceOptions, T> extension) in GetOption()
H A DDescriptor.cs8457 public sealed partial class ServiceOptions : pb::IExtendableMessage<ServiceOptions> class
8485 public ServiceOptions() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions
8493 public ServiceOptions(ServiceOptions other) : this() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions
8719 public TValue GetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in GetExtension()
8722 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TValu… in GetExtension()
8725 …c::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TV… in GetOrInitializeExtension()
8728 … public void SetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension, TValue value) { in SetExtension()
8731 public bool HasExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in HasExtension()
8734 public void ClearExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in ClearExtension()
8737 public void ClearExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TValue> extension) { in ClearExtension()
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core-grpc/src/main/java/com/google/cloud/grpc/
H A DGrpcTransportOptions.java164 ServiceOptions<?, ?> serviceOptions) { in setUpChannelProvider() argument
169 public static CredentialsProvider setUpCredentialsProvider(ServiceOptions<?, ?> serviceOptions) { in setUpCredentialsProvider() argument
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/
H A DServiceOptions.java79 public abstract class ServiceOptions< class
297 protected ServiceOptions( in ServiceOptions() method in ServiceOptions
697 protected boolean baseEquals(ServiceOptions<?, ?> other) { in baseEquals() argument
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DServiceOptions.php16 class ServiceOptions extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DServiceOptions.php16 class ServiceOptions extends \Google\Protobuf\Internal\Message class
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core-http/src/main/java/com/google/cloud/http/
H A DHttpTransportOptions.java144 final ServiceOptions<?, ?> serviceOptions) { in getHttpRequestInitializer()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/reflection/
Dservice_def.c50 const UPB_DESC(ServiceOptions) * in UPB_DESC() argument
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Ddescriptor.rs4066 pub fn get_options(&self) -> &ServiceOptions { in get_options()
4078 pub fn set_options(&mut self, v: ServiceOptions) { in set_options()
4084 pub fn mut_options(&mut self) -> &mut ServiceOptions { in mut_options()
4092 pub fn take_options(&mut self) -> ServiceOptions { in take_options()
7250 pub struct ServiceOptions { struct
7261 impl<'a> ::std::default::Default for &'a ServiceOptions { argument
7267 impl ServiceOptions { implementation
7317 impl crate::Message for ServiceOptions { implementation
7436 impl crate::Clear for ServiceOptions { implementation
7444 impl ::std::fmt::Debug for ServiceOptions { implementation
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/reflection/
H A Dservice_def.c35 const UPB_DESC(ServiceOptions) * in UPB_DESC() argument
/aosp_15_r20/frameworks/av/media/utils/include/mediautils/
H A DServiceSingleton.h60 enum class ServiceOptions { enum
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/
Ddescriptor.rs6271 pub struct ServiceOptions { struct
6280 // @@protoc_insertion_point(field:google.protobuf.ServiceOptions.uninterpreted_option) argument
6283 // @@protoc_insertion_point(special_field:google.protobuf.ServiceOptions.special_fields) argument
6287 impl<'a> ::std::default::Default for &'a ServiceOptions { implementation
6293 impl ServiceOptions { implementation
6338 impl crate::Message for ServiceOptions { implementation
6422 impl crate::MessageFull for ServiceOptions { implementation
6429 impl ::std::fmt::Display for ServiceOptions { implementation
6435 impl crate::reflect::ProtobufValue for ServiceOptions { implementation
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto525 message ServiceOptions { message
/aosp_15_r20/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto591 message ServiceOptions { message
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.proto681 message ServiceOptions { message
H A Ddescriptor.h115 class ServiceOptions; variable
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto671 message ServiceOptions { message
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto651 message ServiceOptions { message
Ddescriptor_sv.proto653 message ServiceOptions { message
/aosp_15_r20/external/nanopb-c/generator/proto/google/protobuf/
H A Ddescriptor.proto632 message ServiceOptions { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.proto681 message ServiceOptions { message
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-parse/src/pure/convert/
Doption_resolver.rs805 ) -> anyhow::Result<Option<protobuf::descriptor::ServiceOptions>> { in service_options()

12345678