Home
last modified time | relevance | path

Searched defs:memo (Results 1 – 25 of 41) sorted by relevance

12

/third_party/python/Lib/
Dcopy.py128 def deepcopy(x, memo=None, _nil=[]): argument
182 def _deepcopy_atomic(x, memo): argument
201 def _deepcopy_list(x, memo, deepcopy=deepcopy): argument
210 def _deepcopy_tuple(x, memo, deepcopy=deepcopy): argument
227 def _deepcopy_dict(x, memo, deepcopy=deepcopy): argument
237 def _deepcopy_method(x, memo): # Copy instance methods argument
243 def _keep_alive(x, memo): argument
259 def _reconstruct(x, memo, func, args, argument
Dpickletools.py2395 def dis(pickle, out=None, memo=None, indentlevel=4, annotate=0): argument
2886 memo = {} if args.memo else None variable
Dweakref.py182 def __deepcopy__(self, memo): argument
441 def __deepcopy__(self, memo): argument
Dfractions.py753 def __deepcopy__(self, memo): argument
/third_party/node/lib/internal/util/
Dcomparisons.js361 function setHasEqualElement(set, val1, strict, memo) { argument
407 function mapMightHaveLoosePrim(a, b, prim, item, memo) { argument
420 function setEquiv(a, b, strict, memo) { argument
472 function mapHasEqualEntry(set, map, key1, item1, strict, memo) { argument
487 function mapEquiv(a, b, strict, memo) { argument
/third_party/node/deps/npm/node_modules/bin-links/lib/
Dget-node-modules.js7 const memo = new Map() constant
/third_party/node/deps/npm/node_modules/cacache/lib/
Drm.js6 const memo = require('./memoization') constant
Dput.js4 const memo = require('./memoization') constant
Dget.js8 const memo = require('./memoization') constant
/third_party/node/lib/internal/test_runner/reporter/
Dtap.js102 const memo = new SafeMap(); constant
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Droot.js22 var str = this.reduce(function (memo, selector) { argument
Dcontainer.js256 return this.reduce(function (memo, node, index) { argument
271 _proto.reduce = function reduce(callback, memo) { argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTextTrieMapTest.java217 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTextTrieMapTest.java220 private void checkResult(String memo, Iterator itr, Object expected) { in checkResult()
/third_party/python/Lib/json/
Ddecoder.py137 memo=None, _w=WHITESPACE.match, _ws=WHITESPACE_STR): argument
/third_party/python/Modules/clinic/
Dzlibmodule.c.h571 PyObject *memo; in zlib_Compress___deepcopy__() local
658 PyObject *memo; in zlib_Decompress___deepcopy__() local
/third_party/protobuf/python/google/protobuf/
Dmessage.py80 def __deepcopy__(self, memo=None): argument
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dutils.js11 return split.reduce(function (memo, s) { argument
/third_party/node/lib/internal/test_runner/
Dutils.js277 const memo = new SafeMap(); constant
/third_party/python/Lib/test/
Dtest_genericalias.py367 def __deepcopy__(self, memo): argument
Dtest_copy.py300 def __deepcopy__(self, memo=None): argument
470 def __deepcopy__(self, memo): argument
/third_party/python/Modules/
Dzlibmodule.c1141 PyObject *memo) in zlib_Compress___deepcopy___impl()
1229 PyObject *memo) in zlib_Decompress___deepcopy___impl()
D_pickle.c631 PyMemoTable *memo; /* Memo table, keep track of the seen member
674 PyObject **memo; member
741 PyMemoTable *memo = PyMem_Malloc(sizeof(PyMemoTable)); in PyMemoTable_New() local
1573 PyObject **memo = PyMem_NEW(PyObject *, new_size); in _Unpickler_NewMemo() local
1587 PyObject **memo = self->memo; in _Unpickler_MemoCleanup() local
4683 PyMemoTable *memo = self->memo; in Pickler_clear() local
4823 PyMemoTable *memo; in _pickle_PicklerMemoProxy_copy_impl() local
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Disolated-reifier.js12 const memo = new Map() constant
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java195 Field memo = message.getClass().getDeclaredField("memoizedIsInitialized"); in testMemoization() local

12