Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/
Dinternal.go16 remotepb "google.golang.org/appengine/internal/remote_api" packageName
84 switch remotepb.RpcError_ErrorCode(e.Code) {
85 case remotepb.RpcError_UNKNOWN:
87 case remotepb.RpcError_OVER_QUOTA:
89 case remotepb.RpcError_CAPABILITY_DISABLED:
91 case remotepb.RpcError_CANCELLED:
Dapi_pre17.go32 remotepb "google.golang.org/appengine/internal/remote_api" packageName
357 Code: int32(remotepb.RpcError_CANCELLED),
437 Code: int32(remotepb.RpcError_UNKNOWN),
445 Code: int32(remotepb.RpcError_UNKNOWN),
451 Code: int32(remotepb.RpcError_UNKNOWN),
511 req := &remotepb.Request{
527 res := &remotepb.Response{}
536 switch remotepb.RpcError_ErrorCode(ce.Code) {
537 case remotepb.RpcError_CANCELLED, remotepb.RpcError_DEADLINE_EXCEEDED:
553 Code: int32(remotepb.RpcError_UNKNOWN),
Dapi.go32 remotepb "google.golang.org/appengine/internal/remote_api" packageName
335 Code: int32(remotepb.RpcError_CANCELLED),
415 Code: int32(remotepb.RpcError_UNKNOWN),
423 Code: int32(remotepb.RpcError_UNKNOWN),
429 Code: int32(remotepb.RpcError_UNKNOWN),
489 req := &remotepb.Request{
505 res := &remotepb.Response{}
514 switch remotepb.RpcError_ErrorCode(ce.Code) {
515 case remotepb.RpcError_CANCELLED, remotepb.RpcError_DEADLINE_EXCEEDED:
531 Code: int32(remotepb.RpcError_UNKNOWN),