Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Examples/
DMath.cs232 quotient_ = other.quotient_; in DivReply()
244 private long quotient_; field in Math.DivReply
247 get { return quotient_; }
249 quotient_ = value;