Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs966 oauthScope_ = other.oauthScope_; in SimpleResponse()
1006 private string oauthScope_ = ""; field in Grpc.Testing.SimpleResponse
1012 get { return oauthScope_; }
1014 oauthScope_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
/external/grpc-grpc-java/benchmarks/src/generated/main/java/io/grpc/benchmarks/proto/
DMessages.java3759 oauthScope_ = ""; in SimpleResponse()
3815 oauthScope_ = s; in SimpleResponse()
3920 private volatile java.lang.Object oauthScope_; field in Messages.SimpleResponse
3929 java.lang.Object ref = oauthScope_; in getOauthScope()
3936 oauthScope_ = s; in getOauthScope()
3949 java.lang.Object ref = oauthScope_; in getOauthScopeBytes()
3954 oauthScope_ = b; in getOauthScopeBytes()
3980 com.google.protobuf.GeneratedMessageV3.writeString(output, 3, oauthScope_); in writeTo()
3998 size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, oauthScope_); in getSerializedSize()
4185 oauthScope_ = ""; in clear()
[all …]
/external/grpc-grpc-java/interop-testing/src/generated/main/java/io/grpc/testing/integration/
DMessages.java3309 oauthScope_ = ""; in SimpleResponse()
3365 oauthScope_ = s; in SimpleResponse()
3470 private volatile java.lang.Object oauthScope_; field in Messages.SimpleResponse
3479 java.lang.Object ref = oauthScope_; in getOauthScope()
3486 oauthScope_ = s; in getOauthScope()
3499 java.lang.Object ref = oauthScope_; in getOauthScopeBytes()
3504 oauthScope_ = b; in getOauthScopeBytes()
3530 com.google.protobuf.GeneratedMessageV3.writeString(output, 3, oauthScope_); in writeTo()
3548 size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, oauthScope_); in getSerializedSize()
3735 oauthScope_ = ""; in clear()
[all …]