Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/context/
Dcontext.go177 type emptyCtx struct{} struct
179 func (emptyCtx) Deadline() (deadline time.Time, ok bool) {
183 func (emptyCtx) Done() <-chan struct{} {
187 func (emptyCtx) Err() error {
191 func (emptyCtx) Value(key any) any {
195 type backgroundCtx struct{ emptyCtx } member
201 type todoCtx struct{ emptyCtx } member