Home
last modified time | relevance | path

Searched defs:memoize (Results 1 – 25 of 27) sorted by relevance

12

/third_party/node/deps/npm/node_modules/make-fetch-happen/
Dcache.js74 memoize: opts.memoize property
88 memoize: opts.memoize property
120 memoize: fitInMemory && opts.memoize property
/third_party/typescript/tests/cases/compiler/
DcontextuallyTypedParametersWithInitializers.ts61 declare function memoize<F extends Function>(func: F): F; function
DunderscoreTest1.ts71 memoize(hashFunction?: Function): T; method
559 memoize<T extends Function>(func: T, hashFunction?: Function): T; method
/third_party/node/deps/npm/node_modules/cacache/
Dput.js14 memoize: {}, property
Dget.js16 memoize: {}, property
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dopt-check.js30 memoize: {}, property
/third_party/node/deps/npm/lib/
Dfetch-package-metadata.js66 memoize: CACHE, property
/third_party/typescript/src/harness/
DharnessUtils.ts54 …export function memoize<T extends ts.AnyFunction>(f: T, memoKey: (...anything: any[]) => string): … function
DloggedIO.ts94 function memoize<T>(func: (s: string) => T): Memoized<T> { function
/third_party/python/Tools/peg_generator/pegen/
Dparser.py43 def memoize(method: F) -> F: function
/third_party/node/deps/npm/node_modules/npm-registry-fetch/
Dconfig.js52 'memoize': {}, property
Dindex.js101 memoize: opts.memoize, property
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dcommon.py23 class memoize(object): class
/third_party/node/tools/gyp/pylib/gyp/
Dcommon.py23 class memoize(object): class
/third_party/python/Lib/test/
Dtest_decorators.py55 def memoize(func): function
/third_party/boost/libs/python/doc/html/numpy/_static/
Dunderscore-1.3.1.js504 _.memoize = function(func, hasher) { function
/third_party/boost/libs/hof/doc/html/_static/
Dunderscore-1.3.1.js504 _.memoize = function(func, hasher) { function
/third_party/boost/libs/gil/doc/html/_static/
Dunderscore-1.3.1.js504 _.memoize = function(func, hasher) { function
/third_party/typescript/src/compiler/
Dcore.ts1630 export function memoize<T>(callback: () => T): () => T { function
/third_party/python/Lib/
Dpickle.py491 def memoize(self, obj): member in _Pickler
/third_party/typescript/lib/
DtypingsInstaller.js1555 function memoize(callback) { function
Dtsc.js1319 function memoize(callback) { function
DtypescriptServices.js1760 function memoize(callback) { function
Dtypescript.js1760 function memoize(callback) { function
Dtsserver.js1566 function memoize(callback) { function

12