MCPcopy Create free account

hub / github.com/golang/appengine / functions

Functions8,259 in github.com/golang/appengine

↓ 9 callersFunctionisType
(t string)
v2/cmd/aefix/typecheck.go:64
↓ 9 callersFunctionisType
(t string)
cmd/aefix/typecheck.go:64
↓ 9 callersFunctionloadDoc
loadDoc converts from protobufs to a struct pointer or FieldLoadSaver/FieldMetadataLoadSaver. The src param provides the document's stored fields and
search/search.go:1063
↓ 9 callersFunctionloadDoc
loadDoc converts from protobufs to a struct pointer or FieldLoadSaver/FieldMetadataLoadSaver. The src param provides the document's stored fields and
v2/search/search.go:1063
↓ 9 callersFunctionnewPresenceResponse
(isAvailable bool, presence pb.PresenceResponse_SHOW, valid bool)
xmpp/xmpp_test.go:19
↓ 8 callersFunctionNamespace
Namespace returns a replacement context that operates within the given namespace.
namespace.go:16
↓ 8 callersMethodNamespace
Namespace returns the key's namespace.
v2/datastore/key.go:80
↓ 8 callersMethodSave
()
v2/search/field.go:64
↓ 8 callersFunctiongetType
(t string)
v2/cmd/aefix/typecheck.go:57
↓ 8 callersFunctiongetType
(t string)
cmd/aefix/typecheck.go:57
↓ 8 callersFunctiontoContext
(c *aeContext)
internal/api.go:282
↓ 8 callersFunctionwalk
walk traverses the AST x, calling visit(y) for each node y in the tree but also with a pointer to each ast.Expr, ast.Stmt, and *ast.BlockStmt, in a bo
v2/cmd/aefix/fix.go:49
↓ 8 callersFunctionwalk
walk traverses the AST x, calling visit(y) for each node y in the tree but also with a pointer to each ast.Expr, ast.Stmt, and *ast.BlockStmt, in a bo
cmd/aefix/fix.go:49
↓ 7 callersMethodClose
()
internal/net.go:50
↓ 7 callersMethodError
()
search/struct.go:22
↓ 7 callersMethodError
()
v2/search/struct.go:22
↓ 7 callersMethodError
()
internal/internal.go:49
↓ 7 callersMethodGetStringValue
()
v2/internal/search/search.pb.go:1096
↓ 7 callersMethodGetStringValue
()
internal/search/search.pb.go:770
↓ 7 callersFunctionLogf
(ctx context.Context, level int64, format string, args ...interface{})
internal/api_common.go:98
↓ 7 callersMethodNewContext
NewContext returns a copy of parent that will cause App Engine API calls to be sent to the client's remote host.
remote_api/client.go:71
↓ 7 callersFunctionfile_api_base_proto_rawDescGZIP
()
v2/internal/base/api_base.pb.go:376
↓ 7 callersFunctionfile_system_service_proto_rawDescGZIP
()
v2/internal/system/system_service.pb.go:444
↓ 7 callersFunctionfile_urlfetch_service_proto_rawDescGZIP
()
v2/internal/urlfetch/urlfetch_service.pb.go:653
↓ 7 callersFunctionisPkgDot
isPkgDot returns true if t is the expression "pkg.name" where pkg is an imported identifier.
v2/cmd/aefix/fix.go:327
↓ 7 callersFunctionisPkgDot
isPkgDot returns true if t is the expression "pkg.name" where pkg is an imported identifier.
cmd/aefix/fix.go:327
↓ 7 callersFunctionnewKey
(stringID string, parent *Key)
datastore/datastore_test.go:55
↓ 7 callersFunctionnewKey
(stringID string, parent *Key)
v2/datastore/datastore_test.go:55
↓ 7 callersFunctionsingleError
If err is an appengine.MultiError, return its first element. Otherwise, return err.
memcache/memcache.go:137
↓ 7 callersFunctionsingleError
If err is an appengine.MultiError, return its first element. Otherwise, return err.
v2/memcache/memcache.go:137
↓ 6 callersMethodClose
()
v2/internal/net.go:50
↓ 6 callersFunctionCurrent
(ctx context.Context)
user/user_classic.go:18
↓ 6 callersMethodDescriptor
Deprecated: Use AppOverride.ProtoReflect.Descriptor instead.
v2/internal/memcache/memcache_service.pb.go:465
↓ 6 callersMethodDescriptor
Deprecated: Use AppOverride.ProtoReflect.Descriptor instead.
internal/memcache/memcache_service.pb.go:465
↓ 6 callersFunctionFacetDiscovery
FacetDiscovery returns a FacetSearchOption which selects a facet to be returned with the search results. By default, the most frequently occurring val
search/search.go:552
↓ 6 callersFunctionFacetDiscovery
FacetDiscovery returns a FacetSearchOption which selects a facet to be returned with the search results. By default, the most frequently occurring val
v2/search/search.go:552
↓ 6 callersMethodGetAll
GetAll runs the query in the given context and returns all keys that match that query, as well as appending the values to dst. dst must have type *[]
datastore/query.go:486
↓ 6 callersMethodGetType
()
v2/internal/search/search.pb.go:901
↓ 6 callersMethodGetType
()
internal/search/search.pb.go:605
↓ 6 callersFunctionNewIncompleteKey
NewIncompleteKey creates a new incomplete key. kind cannot be empty.
datastore/key.go:269
↓ 6 callersMethodNext
Next returns the ID of the next result. When there are no more results, Done is returned as the error. dst must be a non-nil struct pointer, implemen
v2/search/search.go:839
↓ 6 callersMethodPut
Put saves src to the index. If id is empty, a new ID is allocated by the service and returned. If id is not empty, any existing index entry for that I
search/search.go:128
↓ 6 callersMethodPut
Put saves src to the index. If id is empty, a new ID is allocated by the service and returned. If id is not empty, any existing index entry for that I
v2/search/search.go:128
↓ 6 callersFunctionRegisterTransactionSetter
RegisterTransactionSetter registers a function that sets transaction information in a protocol buffer message. f should be a function with two argumen
v2/internal/transaction.go:25
↓ 6 callersFunctionRegisterTransactionSetter
RegisterTransactionSetter registers a function that sets transaction information in a protocol buffer message. f should be a function with two argumen
internal/transaction.go:25
↓ 6 callersMethodRun
Run runs the query in the given context.
datastore/query.go:553
↓ 6 callersMethodServeHTTP
(w http.ResponseWriter, r *http.Request)
internal/api_test.go:49
↓ 6 callersMethodWriteHeader
(code int)
v2/internal/api.go:309
↓ 6 callersFunctionfromContext
fromContext returns the App Engine context or nil if ctx is not derived from an App Engine context.
v2/internal/api.go:225
↓ 6 callersFunctionloadEntity
loadEntity loads an EntityProto into PropertyLoadSaver or struct pointer.
datastore/load.go:299
↓ 6 callersFunctionloadEntity
loadEntity loads an EntityProto into PropertyLoadSaver or struct pointer.
v2/datastore/load.go:299
↓ 6 callersFunctionmustGetMetadata
TODO(dsymonds): Do we need to support default values, like Python?
v2/internal/metadata.go:31
↓ 6 callersFunctionmustGetMetadata
TODO(dsymonds): Do we need to support default values, like Python?
internal/metadata.go:31
↓ 6 callersFunctionrestoreEnvVar
(key string)
internal/api_test.go:174
↓ 6 callersMethodset
(c context.Context, items []*Item, policy pb.MemcacheSetRequest_SetPolicy)
memcache/memcache.go:443
↓ 6 callersMethodset
(c context.Context, items []*Item, policy pb.MemcacheSetRequest_SetPolicy)
v2/memcache/memcache.go:443
↓ 6 callersFunctionsetup
()
internal/api_test.go:149
↓ 6 callersFunctionsplit
split splits "int, float" into ["int", "float"] and splits "" into [].
v2/cmd/aefix/typecheck.go:633
↓ 6 callersFunctionsplit
split splits "int, float" into ["int", "float"] and splits "" into [].
cmd/aefix/typecheck.go:633
↓ 6 callersMethodvalid
valid returns whether the key is valid.
datastore/key.go:91
↓ 6 callersMethodvalid
valid returns whether the key is valid.
v2/datastore/key.go:91
↓ 5 callersFunctionAdd
Add writes the given item, if no value already exists for its key. ErrNotStored is returned if that condition is not met.
memcache/memcache.go:392
↓ 5 callersFunctionAdd
Add writes the given item, if no value already exists for its key. ErrNotStored is returned if that condition is not met.
v2/memcache/memcache.go:392
↓ 5 callersMethodDescriptor
Deprecated: Use Transform.ProtoReflect.Descriptor instead.
v2/internal/image/images_service.pb.go:498
↓ 5 callersMethodGetAll
GetAll runs the query in the given context and returns all keys that match that query, as well as appending the values to dst. dst must have type *[]
v2/datastore/query.go:486
↓ 5 callersMethodGetErrorDetail
()
v2/internal/search/search.pb.go:1656
↓ 5 callersMethodGetErrorDetail
()
internal/search/search.pb.go:1286
↓ 5 callersFunctionGetPresenceMulti
GetPresenceMulti retrieves multiple users' presence. If the from address is an empty string the default (yourapp@appspot.com/bot) will be used. Possib
xmpp/xmpp.go:205
↓ 5 callersMethodGetSkippedResults
()
v2/internal/datastore/datastore_v3.pb.go:3235
↓ 5 callersMethodGetSkippedResults
()
internal/datastore/datastore_v3.pb.go:3561
↓ 5 callersMethodIncomplete
Incomplete returns whether the key does not refer to a stored entity. In particular, whether the key has a zero StringID and a zero IntID.
datastore/key.go:86
↓ 5 callersMethodIncomplete
Incomplete returns whether the key does not refer to a stored entity. In particular, whether the key has a zero StringID and a zero IntID.
v2/datastore/key.go:86
↓ 5 callersMethodLen
()
datastore/datastore_test.go:1506
↓ 5 callersMethodLen
()
v2/datastore/datastore_test.go:1506
↓ 5 callersFunctionLogf
(ctx context.Context, level int64, format string, args ...interface{})
v2/internal/api_common.go:98
↓ 5 callersFunctionMiddleware
Middleware wraps an http handler so that it can make GAE API calls
internal/api.go:92
↓ 5 callersMethodNext
Next returns the ID of the next result. When there are no more results, Done is returned as the error. dst must be a non-nil struct pointer, implemen
search/search.go:839
↓ 5 callersMethodPutMulti
PutMulti is like Put, but is more efficient for adding multiple documents to the index at once. Up to 200 documents can be added at once. ErrTooManyD
search/search.go:148
↓ 5 callersMethodPutMulti
PutMulti is like Put, but is more efficient for adding multiple documents to the index at once. Up to 200 documents can be added at once. ErrTooManyD
v2/search/search.go:148
↓ 5 callersFunctionSaveStruct
SaveStruct returns the properties from src as a slice of Properties. src must be a struct pointer.
datastore/prop.go:324
↓ 5 callersFunctionSaveStruct
SaveStruct returns the properties from src as a slice of Properties. src must be a struct pointer.
v2/datastore/prop.go:324
↓ 5 callersMethodSearch
Search searches the index for the given query.
search/search.go:351
↓ 5 callersMethodSearch
Search searches the index for the given query.
v2/search/search.go:351
↓ 5 callersMethodString
()
remote_api/remote_api.go:151
↓ 5 callersMethodValid
Valid returns whether a GeoPoint is within [-90, 90] latitude and [-180, 180] longitude.
appengine.go:116
↓ 5 callersMethodValid
Valid returns whether a GeoPoint is within [-90, 90] latitude and [-180, 180] longitude.
v2/appengine.go:116
↓ 5 callersFunctionWithAppIDOverride
(ctx context.Context, appID string)
internal/api_common.go:60
↓ 5 callersFunctiondoPlainTextParseUploadTest
doPlainTextParseUploadTest tests ParseUpload's decoding of non-file form fields. It ensures that MIME multipart parts with Content-Type not equal to "
v2/blobstore/blobstore_test.go:205
↓ 5 callersFunctiondoPlainTextParseUploadTest
doPlainTextParseUploadTest tests ParseUpload's decoding of non-file form fields. It ensures that MIME multipart parts with Content-Type not equal to "
blobstore/blobstore_test.go:205
↓ 5 callersFunctionfile_mail_service_proto_rawDescGZIP
()
v2/internal/mail/mail_service.pb.go:425
↓ 5 callersFunctionfile_remote_api_proto_rawDescGZIP
()
v2/internal/remote_api/remote_api.pb.go:435
↓ 5 callersFunctionimportPath
importPath returns the unquoted import path of s, or "" if the path is not properly quoted.
v2/cmd/aefix/fix.go:303
↓ 5 callersFunctionimportPath
importPath returns the unquoted import path of s, or "" if the path is not properly quoted.
cmd/aefix/fix.go:303
↓ 5 callersFunctionisTopName
isTopName returns true if n is a top-level unresolved identifier with the given name.
v2/cmd/aefix/fix.go:340
↓ 5 callersFunctionisTopName
isTopName returns true if n is a top-level unresolved identifier with the given name.
cmd/aefix/fix.go:340
↓ 5 callersFunctionmkType
Partial type checker. The fact that it is partial is very important: the input is an AST and a description of some type information to assume about o
v2/cmd/aefix/typecheck.go:53
↓ 5 callersFunctionmkType
Partial type checker. The fact that it is partial is very important: the input is an AST and a description of some type information to assume about o
cmd/aefix/typecheck.go:53
↓ 5 callersFunctionrefersTo
refersTo returns true if n is a reference to the same object as x.
v2/cmd/aefix/fix.go:364
↓ 5 callersFunctionrefersTo
refersTo returns true if n is a reference to the same object as x.
cmd/aefix/fix.go:364
↓ 5 callersFunctionreport
(err error)
v2/cmd/aefix/main.go:208
← previousnext →101–200 of 8,259, ranked by callers