Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs2519 clientStreaming_ = other.clientStreaming_; in MethodDescriptorProto()
2578 private bool clientStreaming_; field in Google.Protobuf.Reflection.MethodDescriptorProto
2584 get { return clientStreaming_; }
2586 clientStreaming_ = value;