Home
last modified time | relevance | path

Searched defs:memo (Results 1 – 25 of 38) 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.py183 def __deepcopy__(self, memo): argument
442 def __deepcopy__(self, memo): argument
Dfractions.py745 def __deepcopy__(self, memo): argument
/third_party/node/lib/internal/util/
Dcomparisons.js392 function setHasEqualElement(set, val1, strict, memo) { argument
438 function mapMightHaveLoosePrim(a, b, prim, item, memo) { argument
451 function setEquiv(a, b, strict, memo) { argument
503 function mapHasEqualEntry(set, map, key1, item1, strict, memo) { argument
518 function mapEquiv(a, b, strict, memo) { argument
/third_party/node/deps/npm/node_modules/cacache/
Drm.js6 const memo = require('./lib/memoization') constant
Dput.js5 const memo = require('./lib/memoization') constant
Dget.js8 const memo = require('./lib/memoization') constant
/third_party/node/deps/npm/node_modules/osenv/
Dosenv.js11 function memo (key, lookup, fallback) { function
/third_party/node/deps/npm/node_modules/psl/
Dindex.js41 return internals.rules.reduce(function (memo, rule) { argument
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
Dcdoc.py65 def memo(self): member in Lines
/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/node/deps/npm/node_modules/cli-table3/src/
Dutils.js12 return split.reduce(function(memo, s) { argument
/third_party/python/Lib/test/
Dtest_genericalias.py285 def __deepcopy__(self, memo): argument
Dtest_copy.py297 def __deepcopy__(self, memo=None): argument
464 def __deepcopy__(self, memo): argument
/third_party/python/Modules/clinic/
Dzlibmodule.c.h530 PyObject *memo; in zlib_Compress___deepcopy__() local
629 PyObject *memo; in zlib_Decompress___deepcopy__() local
D_elementtree.c.h82 PyObject *memo; in _elementtree_Element___deepcopy__() local
/third_party/protobuf/python/google/protobuf/
Dmessage.py80 def __deepcopy__(self, memo=None): argument
/third_party/python/Modules/
Dzlibmodule.c1138 PyObject *memo) in zlib_Compress___deepcopy___impl()
1226 PyObject *memo) in zlib_Decompress___deepcopy___impl()
D_pickle.c620 PyMemoTable *memo; /* Memo table, keep track of the seen member
663 PyObject **memo; member
730 PyMemoTable *memo = PyMem_Malloc(sizeof(PyMemoTable)); in PyMemoTable_New() local
1563 PyObject **memo = PyMem_NEW(PyObject *, new_size); in _Unpickler_NewMemo() local
1577 PyObject **memo = self->memo; in _Unpickler_MemoCleanup() local
4671 PyMemoTable *memo = self->memo; in Pickler_clear() local
4812 PyMemoTable *memo; in _pickle_PicklerMemoProxy_copy_impl() local
D_sre.c1292 _sre_SRE_Pattern___deepcopy__(PatternObject *self, PyObject *memo) in _sre_SRE_Pattern___deepcopy__()
2350 _sre_SRE_Match___deepcopy__(MatchObject *self, PyObject *memo) in _sre_SRE_Match___deepcopy__()
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
DLiteTest.java195 Field memo = message.getClass().getDeclaredField("memoizedIsInitialized"); in testMemoization() local
/third_party/python/Parser/
Dpegen.h38 Memo *memo; member

12