Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/
Dservice_config.go39 type MethodConfig struct { struct
75 Methods map[string]MethodConfig
153 MethodConfig *[]jsonMC member
165 Methods: make(map[string]MethodConfig),
169 if rsc.MethodConfig == nil {
173 for _, m := range *rsc.MethodConfig {
183 mc := MethodConfig{
Dclientconn.go1003 func (cc *ClientConn) GetMethodConfig(method string) MethodConfig {