Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DMethodDescriptor.cs68 public bool IsServerStreaming { get { return proto.ServerStreaming; } }
DDescriptor.cs2597 public bool ServerStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto
2622 if (ServerStreaming != other.ServerStreaming) return false; in Equals()
2634 if (ServerStreaming != false) hash ^= ServerStreaming.GetHashCode(); in GetHashCode()
2665 if (ServerStreaming != false) { in WriteTo()
2667 output.WriteBool(ServerStreaming); in WriteTo()
2689 if (ServerStreaming != false) { in CalculateSize()
2718 if (other.ServerStreaming != false) { in MergeFrom()
2719 ServerStreaming = other.ServerStreaming; in MergeFrom()
2755 ServerStreaming = input.ReadBool(); in MergeFrom()