Searched refs:RequestStreaming (Results 1 – 2 of 2) sorted by relevance
465 public bool RequestStreaming { property in Google.Protobuf.WellKnownTypes.Method542 if (RequestStreaming != other.RequestStreaming) return false; in Equals()555 if (RequestStreaming != false) hash ^= RequestStreaming.GetHashCode(); in GetHashCode()581 if (RequestStreaming != false) { in WriteTo()583 output.WriteBool(RequestStreaming); in WriteTo()612 if (RequestStreaming != false) { in CalculateSize()642 if (other.RequestStreaming != false) { in MergeFrom()643 RequestStreaming = other.RequestStreaming; in MergeFrom()675 RequestStreaming = input.ReadBool(); in MergeFrom()
2259 PHP_PROTO_FIELD_ACCESSORS(Method, method, RequestStreaming, "request_streaming")