Home
last modified time | relevance | path

Searched refs:appIDOverrideKey (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/
Dapi_common.go52 var appIDOverrideKey = "holds a string, being the full app ID" var
55 return netcontext.WithValue(ctx, &appIDOverrideKey, appID)
74 if id, ok := ctx.Value(&appIDOverrideKey).(string); ok {
Dapi_pre17.go503 if appid := ctx.Value(&appIDOverrideKey); appid != nil {
Dapi.go481 if appid := ctx.Value(&appIDOverrideKey); appid != nil {