Home
last modified time | relevance | path

Searched defs:stickyStore (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/
Dpicker_wrapper.go243 type stickyStore struct { struct
244 mu sync.Mutex
247 curMDKey string
248 store *linkedMap
258 func (ss *stickyStore) reset(newMDKey string) {
267 func (ss *stickyStore) put(mdKey, stickyKey string, acw *acBalancerWrapper) {
285 func (ss *stickyStore) get(mdKey, stickyKey string) (transport.ClientTransport, bool) {