Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/api/option/
Doption.go28 Apply(*internal.DialSettings) argument
39 func (w withTokenSource) Apply(o *internal.DialSettings) {
45 func (w withCredFile) Apply(o *internal.DialSettings) { argument
72 func (w withEndpoint) Apply(o *internal.DialSettings) { argument
84 func (w withScopes) Apply(o *internal.DialSettings) { argument
97 func (w withUA) Apply(o *internal.DialSettings) { o.UserAgent = string(w) } argument
109 func (w withHTTPClient) Apply(o *internal.DialSettings) {
124 func (w withGRPCConn) Apply(o *internal.DialSettings) {
136 func (w withGRPCDialOption) Apply(o *internal.DialSettings) {
149 func (w withGRPCConnectionPool) Apply(o *internal.DialSettings) { argument
[all …]
/external/syzkaller/vendor/google.golang.org/api/internal/
Dpool.go26 dialOpt *DialSettings
32 func NewPoolResolver(size int, o *DialSettings) *PoolResolver { argument
Dsettings.go27 type DialSettings struct { struct
Dcreds.go30 func Creds(ctx context.Context, ds *DialSettings) (*google.DefaultCredentials, error) { argument
/external/syzkaller/vendor/google.golang.org/api/transport/http/
Ddial.go35 var o internal.DialSettings