Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2058 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 …]
Ddescriptor.proto643 message ServiceOptions { message
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1991 type ServiceOptions struct { struct
1996 Deprecated *bool `protobuf:"varint,33,opt,name=deprecated,def=0" json:"deprecated,omitempty"`
1998 …,999,rep,name=uninterpreted_option,json=uninterpretedOption" json:"uninterpreted_option,omitempty"`
1999 XXX_NoUnkeyedLiteral struct{} `json:"-"`
2000 proto.XXX_InternalExtensions `json:"-"`
2001 XXX_unrecognized []byte `json:"-"`
2002 XXX_sizecache int32 `json:"-"`
2005 func (m *ServiceOptions) Reset() { *m = ServiceOptions{} }
2006 func (m *ServiceOptions) String() string { return proto.CompactTextString(m) }
2007 func (*ServiceOptions) ProtoMessage() {}
[all …]
Ddescriptor.proto632 message ServiceOptions { message
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/
Ddescriptor.proto525 message ServiceOptions { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto574 message ServiceOptions { message
Ddescriptor.h100 class ServiceOptions; variable
Ddescriptor.pb.cc11429 ServiceOptions::ServiceOptions() in ServiceOptions() function in google::protobuf::ServiceOptions
11438 ServiceOptions::ServiceOptions(const ServiceOptions& from) in ServiceOptions() function in google::protobuf::ServiceOptions
Ddescriptor.pb.h60 class ServiceOptions; variable
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto591 message ServiceOptions { message
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto632 message ServiceOptions { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4018 internal sealed partial class ServiceOptions : pb::IMessage<ServiceOptions> { class
4030 public ServiceOptions() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions
4036 public ServiceOptions(ServiceOptions other) : this() { in ServiceOptions() method in Google.Protobuf.Reflection.ServiceOptions