Home
last modified time | relevance | path

Searched defs:without (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/base/
Dflags.h84 Flags without(flag_type flag) const { return *this & (~Flags(flag)); } in without() function
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts135 without(...values: T[]): T[]; method
295 without(...values: T[]): ChainedArray<T>; method
521 without<T>(list: T[], ...values: T[]): T[]; method
/third_party/mesa3d/src/microsoft/compiler/
Dnir_to_dxil.c1138 const struct glsl_type *without = glsl_without_array(type); in var_fill_const_array() local
/third_party/toybox/toys/pending/
Dbc.c2674 static void bc_lex_assign(BcLex *l, BcLexType with, BcLexType without) { in bc_lex_assign()