Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs4397 private readonly static bool ClientStreamingDefaultValue = false; field in Google.Protobuf.Reflection.MethodDescriptorProto
4405 … ((_hasBits0 & 1) != 0) { return clientStreaming_; } else { return ClientStreamingDefaultValue; } }