Home
last modified time | relevance | path

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

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