Home
last modified time | relevance | path

Searched refs:ServerStreaming (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DMethodDescriptor.cs71 public bool IsServerStreaming { get { return proto.ServerStreaming; } }
H A DDescriptor.cs175 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.MethodDescriptorProto), global::Google.Protobuf.Reflection.MethodDescriptorProto.Parser, new[]{ "Name", "InputType", "OutputType", "Options", "ClientStreaming", "ServerStreaming" }, null, null, null, null), in DescriptorReflection()
4431 public bool ServerStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto
4467 if (ServerStreaming != other.ServerStreaming) return false; in Equals()
4479 if (HasServerStreaming) hash ^= ServerStreaming.GetHashCode(); in GetHashCode()
4518 output.WriteBool(ServerStreaming); in WriteTo()
4551 output.WriteBool(ServerStreaming); in IBufferMessage.InternalWriteTo()
4610 ServerStreaming = other.ServerStreaming; in MergeFrom()
4650 ServerStreaming in MergeFrom()
[all...]

Completed in 16 milliseconds