Home
last modified time | relevance | path

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

/third_party/grpc/src/csharp/Grpc.Examples/
DMath.cs287 quotient_ = other.quotient_; in DivReply()
299 private long quotient_; field in Math.DivReply
302 get { return quotient_; }
304 quotient_ = value;