Home
last modified time | relevance | path

Searched refs:_delete (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/depool/
DdePoolSet.h100 void TYPENAME##_delete (DE_PTR_TYPE(TYPENAME) set, KEYTYPE key); \
190 TYPENAME##_delete(set, key); \
375 void TYPENAME##_delete (DE_PTR_TYPE(TYPENAME) set, KEYTYPE key) \
571 TYPENAME##_delete(a, key); \
DdePoolHashSet.h72 DE_INLINE void TYPENAME##_delete (DE_PTR_TYPE(TYPENAME) hashSet, KEYTYPE key, VALUETYPE value)…
131 DE_INLINE void TYPENAME##_delete (DE_PTR_TYPE(TYPENAME) hashSet, KEYTYPE key, VALUETYPE value) \
DdePoolHash.h102 void TYPENAME##_delete (DE_PTR_TYPE(TYPENAME) hash, KEYTYPE key); \
367 void TYPENAME##_delete (DE_PTR_TYPE(TYPENAME) hash, KEYTYPE key) \
DdePoolMultiSet.h100 DE_INLINE void TYPENAME##_delete (DE_PTR_TYPE(TYPENAME) set, KEYTYPE key) \
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsFunctionKeywordPropExhaustive.js190 const _delete: number; constant
191 export { _delete as delete };
/third_party/python/Lib/
Dturtle.py552 def _delete(self, item): member in TurtleScreenBase
1020 self._delete("all")
2499 screen._delete(self._item)
2502 screen._delete(item)
2621 self.screen._delete(item)
3087 self.screen._delete(subitem)
3089 self.screen._delete(stampid)
3221 screen._delete(i)
3608 self.screen._delete(item)
3618 self.screen._delete(item)
Dthreading.py1048 def _delete(self): member in Thread
/third_party/node/deps/acorn/acorn/dist/
Dacorn.d.ts161 _delete: TokenType
Dacorn.js246 _delete: kw("delete", {beforeExpr: true, prefix: true, startsExpr: true}) property
Dacorn.mjs240 _delete: kw("delete", {beforeExpr: true, prefix: true, startsExpr: true}) property
/third_party/openssl/ohos_lite/include/openssl/
Dlhash.h137 static ossl_unused ossl_inline type *lh_##type##_delete(LHASH_OF(type) *lh, const type *d) \
Dsafestack.h59 static ossl_unused ossl_inline t2 *sk_##t1##_delete(STACK_OF(t1) *sk, int i) \
/third_party/openssl/doc/man3/
DDEFINE_STACK_OF.pod144 B<sk_I<TYPE>_delete>() deletes element I<i> from I<sk>. It returns the deleted
234 B<sk_I<TYPE>_delete>(), B<sk_I<TYPE>_delete_ptr>(), B<sk_I<TYPE>_pop>(),
270 B<sk_I<TYPE>_pop>(), B<sk_I<TYPE>_shift>(), B<sk_I<TYPE>_delete>() and
DOPENSSL_LH_COMPFUNC.pod126 B<lh_I<TYPE>_delete>() deletes an entry from I<table>.
203 B<lh_I<TYPE>_delete>() and OPENSSL_LH_delete() return the entry being deleted.
/third_party/python/Lib/turtledemo/
D__main__.py375 self.screen._delete("all")
/third_party/openssl/include/openssl/
Dsafestack.h.in104 static ossl_unused ossl_inline t2 *sk_##t1##_delete(STACK_OF(t1) *sk, int i) \
Dlhash.h.in188 static ossl_unused ossl_inline type *lh_##type##_delete(LHASH_OF(type) *lh, const type *d) \
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11sym.h301_delete, Bool pending, Atom req_type, Atom *actual_type, int *actual_format, unsigned long *nitems…
/third_party/alsa-lib/src/alisp/
Dalisp.c2310 goto _delete; in eval_func()
2316 goto _delete; in eval_func()
2373 _delete: in eval_func()
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md393 * [[`80cf25a8a5`](https://github.com/nodejs/node/commit/80cf25a8a5)] - **n-api**: add napi\_delete\…
394 * [[`cadec3b37e`](https://github.com/nodejs/node/commit/cadec3b37e)] - **n-api**: add napi\_delete\…