Searched defs:dereference (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-fs-cp.mjs | 98 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/ |
| D | Object.cpp | 64 int Object::dereference() in dereference() function in gl::Object
|
| /third_party/glslang/glslang/Include/ |
| D | arrays.h | 317 void dereference() { sizes.pop_front(); } in dereference() function
|
| /third_party/node/deps/npm/node_modules/@npmcli/fs/lib/cp/ |
| D | polyfill.js | 61 dereference: false, property
|
| /third_party/node/lib/internal/fs/ |
| D | utils.js | 755 dereference: false, property
|
| /third_party/python/Lib/ |
| D | tarfile.py | 1614 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
|