/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 | 643 message ServiceOptions { message
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 1991 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 …]
|
D | descriptor.proto | 632 message ServiceOptions { message
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 525 message ServiceOptions { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 574 message ServiceOptions { message
|
D | descriptor.h | 100 class ServiceOptions; variable
|
D | descriptor.pb.cc | 11429 ServiceOptions::ServiceOptions() in ServiceOptions() function in google::protobuf::ServiceOptions 11438 ServiceOptions::ServiceOptions(const ServiceOptions& from) in ServiceOptions() function in google::protobuf::ServiceOptions
|
D | descriptor.pb.h | 60 class ServiceOptions; variable
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 591 message ServiceOptions { message
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 632 message ServiceOptions { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 4018 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
|