HomeSort by relevance Sort by last modified time
    Searched defs:fromContext (Results 1 - 3 of 3) sorted by null

  /external/syzkaller/vendor/google.golang.org/appengine/internal/
api_classic.go 25 // fromContext returns the App Engine context or nil if ctx is not
27 func fromContext(ctx netcontext.Context) appengine.Context {
34 c := fromContext(ctx)
54 if c := fromContext(ctx); c != nil {
108 c := fromContext(ctx)
api.go 241 // fromContext returns the App Engine context or nil if ctx is not
243 func fromContext(ctx netcontext.Context) *context {
261 if c := fromContext(ctx); c != nil {
453 c := fromContext(ctx)
api_pre17.go 231 // fromContext returns the App Engine context or nil if ctx is not
233 func fromContext(ctx netcontext.Context) *context {
251 if c := fromContext(ctx); c != nil {
475 c := fromContext(ctx)

Completed in 63 milliseconds