Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs588 fillOauthScope_ = other.fillOauthScope_; in SimpleRequest()
659 private bool fillOauthScope_; field in Grpc.Testing.SimpleRequest
665 get { return fillOauthScope_; }
667 fillOauthScope_ = value;
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DMessages.java2001 fillOauthScope_ = false; in SimpleRequest()
2066 fillOauthScope_ = input.readBool(); in SimpleRequest()
2220 private boolean fillOauthScope_; field in Messages.SimpleRequest
2229 return fillOauthScope_; in getFillOauthScope()
2364 if (fillOauthScope_ != false) { in writeTo()
2365 output.writeBool(5, fillOauthScope_); in writeTo()
2400 if (fillOauthScope_ != false) { in getSerializedSize()
2402 .computeBoolSize(5, fillOauthScope_); in getSerializedSize()
2641 fillOauthScope_ = false; in clear()
2691 result.fillOauthScope_ = fillOauthScope_; in buildPartial()
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DMessages.java1551 fillOauthScope_ = false; in SimpleRequest()
1616 fillOauthScope_ = input.readBool(); in SimpleRequest()
1770 private boolean fillOauthScope_; field in Messages.SimpleRequest
1779 return fillOauthScope_; in getFillOauthScope()
1914 if (fillOauthScope_ != false) { in writeTo()
1915 output.writeBool(5, fillOauthScope_); in writeTo()
1950 if (fillOauthScope_ != false) { in getSerializedSize()
1952 .computeBoolSize(5, fillOauthScope_); in getSerializedSize()
2191 fillOauthScope_ = false; in clear()
2241 result.fillOauthScope_ = fillOauthScope_; in buildPartial()
[all …]