Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs4301 clientStreaming_ = other.clientStreaming_; in MethodDescriptorProto()
4399 private bool clientStreaming_; field in Google.Protobuf.Reflection.MethodDescriptorProto
4405 get { if ((_hasBits0 & 1) != 0) { return clientStreaming_; } else { return ClientStreamingDefaultValue; } }
4408 clientStreaming_ = value;

Completed in 14 milliseconds