Home | History | Annotate | Download | only in Reflection

Lines Matching refs:ServiceDescriptorProto

152             new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.ServiceDescriptorProto), global::Google.Protobuf.Reflection.ServiceDescriptorProto.Parser, new[]{ "Name", "Method", "Options" }, null, null, null),
396 private static readonly pb::FieldCodec<global::Google.Protobuf.Reflection.ServiceDescriptorProto> _repeated_service_codec
397 = pb::FieldCodec.ForMessage(50, global::Google.Protobuf.Reflection.ServiceDescriptorProto.Parser);
398 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto> service_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto>();
399 public pbc::RepeatedField<global::Google.Protobuf.Reflection.ServiceDescriptorProto> Service {
2120 internal sealed partial class ServiceDescriptorProto : pb::IMessage<ServiceDescriptorProto> {
2121 private static readonly pb::MessageParser<ServiceDescriptorProto> _parser = new pb::MessageParser<ServiceDescriptorProto>(() => new ServiceDescriptorProto());
2122 public static pb::MessageParser<ServiceDescriptorProto> Parser { get { return _parser; } }
2132 public ServiceDescriptorProto() {
2138 public ServiceDescriptorProto(ServiceDescriptorProto other) : this() {
2144 public ServiceDescriptorProto Clone() {
2145 return new ServiceDescriptorProto(this);
2178 return Equals(other as ServiceDescriptorProto);
2181 public bool Equals(ServiceDescriptorProto other) {
2230 public void MergeFrom(ServiceDescriptorProto other) {