/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | ServiceOptions.php | 16 class ServiceOptions extends \Google\Protobuf\Internal\Message class
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 2058 type ServiceOptions struct { struct 2063 Deprecated *bool `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"` 2065 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"` 2066 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2067 proto.XXX_InternalExtensions `json:"-"` 2068 XXX_unrecognized []byte `json:"-"` 2069 XXX_sizecache int32 `json:"-"` 2072 func (m *ServiceOptions) Reset() { *m = ServiceOptions{} } 2073 func (m *ServiceOptions) String() string { return proto.CompactTextString(m) } 2074 func (*ServiceOptions) ProtoMessage() {} [all …]
|
D | descriptor.proto | 645 message ServiceOptions { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 443 message ServiceOptions { message
|
/external/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | descriptor.proto | 443 message ServiceOptions { message
|
/external/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | descriptor.proto | 443 message ServiceOptions { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 6436 internal sealed partial class ServiceOptions : pb::IExtendableMessage<ServiceOptions> { class 6455 public ServiceOptions() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions 6462 public ServiceOptions(ServiceOptions other) : this() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions 6624 public TValue GetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in GetExtension() 6627 …public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TValu… in GetExtension() 6630 …pbc::RepeatedField<TValue> GetOrRegisterExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TV… in GetOrRegisterExtension() 6633 … public void SetExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension, TValue value) { in SetExtension() 6636 public bool HasExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in HasExtension() 6639 public void ClearExtension<TValue>(pb::Extension<ServiceOptions, TValue> extension) { in ClearExtension() 6642 public void ClearExtension<TValue>(pb::RepeatedExtension<ServiceOptions, TValue> extension) { in ClearExtension()
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 525 message ServiceOptions { message
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 591 message ServiceOptions { message
|
/external/rust/crates/protobuf/src/ |
D | descriptor.rs | 4066 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 { implementation 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 …]
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 632 message ServiceOptions { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 645 message ServiceOptions { message
|
D | descriptor.h | 108 class ServiceOptions; variable
|
D | descriptor.pb.cc | 11929 ServiceOptions::ServiceOptions() in ServiceOptions() function in ServiceOptions 11934 ServiceOptions::ServiceOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena) in ServiceOptions() function in ServiceOptions 11943 ServiceOptions::ServiceOptions(const ServiceOptions& from) in ServiceOptions() function in ServiceOptions
|
D | descriptor.pb.h | 125 class ServiceOptions; variable 4886 ServiceOptions(ServiceOptions&& from) noexcept in ServiceOptions() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/ |
D | descriptor.proto | 665 message ServiceOptions { message
|
D | descriptor_sv.proto | 653 message ServiceOptions { message
|