Home
last modified time | relevance | path

Searched defs:dereference (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-cp.mjs98 cpSync(src, dest, mustNotMutateObjectDeep({ dereference: true, recursive: true })); property
99 cpSync(src, dest, mustNotMutateObjectDeep({ dereference: true, recursive: true })); property
116 …cpSync(join(src, 'bar.js'), destFile, mustNotMutateObjectDeep({ dereference: true, recursive: true… property
147 () => cpSync(src, src, mustNotMutateObjectDeep({ dereference: true, verbatimSymlinks: true })), property
271 cpSync(srcFile, destFile, mustNotMutateObjectDeep({ dereference: true })); property
343 dereference: true, property
367 dereference: true, property
381 dereference: true, property
491 cpSync(src, dest, mustNotMutateObjectDeep({ dereference: true, recursive: true })); property
494 dereference: true, property
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DObject.cpp64 int Object::dereference() in dereference() function in gl::Object
/third_party/glslang/glslang/Include/
Darrays.h317 void dereference() { sizes.pop_front(); } in dereference() function
/third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/
Dpolyfill.js61 dereference: false, property
/third_party/node/lib/internal/fs/
Dutils.js755 dereference: false, property
/third_party/python/Lib/
Dtarfile.py1614 dereference = False # If true, add content of linked file to the variable in TarFile
1637 tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, argument