Lines Matching refs:ServiceDescriptorProto
402 …Service []*ServiceDescriptorProto `protobuf:"bytes,6,rep,name=service" json:"service,omitempty…
492 func (m *FileDescriptorProto) GetService() []*ServiceDescriptorProto {
1162 type ServiceDescriptorProto struct { struct
1171 func (m *ServiceDescriptorProto) Reset() { *m = ServiceDescriptorProto{} } argument
1172 func (m *ServiceDescriptorProto) String() string { return proto.CompactTextString(m) } argument
1173 func (*ServiceDescriptorProto) ProtoMessage() {} argument
1174 func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { argument
1178 func (m *ServiceDescriptorProto) XXX_Unmarshal(b []byte) error { argument
1181 func (m *ServiceDescriptorProto) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1184 func (m *ServiceDescriptorProto) XXX_Merge(src proto.Message) { argument
1187 func (m *ServiceDescriptorProto) XXX_Size() int { argument
1190 func (m *ServiceDescriptorProto) XXX_DiscardUnknown() { argument
1196 func (m *ServiceDescriptorProto) GetName() string { argument
1203 func (m *ServiceDescriptorProto) GetMethod() []*MethodDescriptorProto { argument
1210 func (m *ServiceDescriptorProto) GetOptions() *ServiceOptions { argument
2703 proto.RegisterType((*ServiceDescriptorProto)(nil), "google.protobuf.ServiceDescriptorProto")