Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DMessages.cs664 public bool FillOauthScope { property in Grpc.Testing.SimpleRequest
733 if (FillOauthScope != other.FillOauthScope) return false; in Equals()
747 if (FillOauthScope != false) hash ^= FillOauthScope.GetHashCode(); in GetHashCode()
780 if (FillOauthScope != false) { in WriteTo()
782 output.WriteBool(FillOauthScope); in WriteTo()
816 if (FillOauthScope != false) { in CalculateSize()
854 if (other.FillOauthScope != false) { in MergeFrom()
855 FillOauthScope = other.FillOauthScope; in MergeFrom()
906 FillOauthScope = input.ReadBool(); in MergeFrom()
DInteropClient.cs330 FillOauthScope = true in RunComputeEngineCreds()
372 FillOauthScope = true in RunOAuth2AuthTokenAsync()