Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs465 public bool RequestStreaming { property in Google.Protobuf.WellKnownTypes.Method
542 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()
/external/protobuf/php/ext/google/protobuf/
Dmessage.c2259 PHP_PROTO_FIELD_ACCESSORS(Method, method, RequestStreaming, "request_streaming")