Home
last modified time | relevance | path

Searched refs:IS_EMPTY (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/chalk/source/
H A Dindex.js12 const IS_EMPTY = Symbol('IS_EMPTY');
59 const builder = createBuilder(this, createStyler(style.open, style.close, this[STYLER]), this[IS_EMPTY]);
102 return createBuilder(this, styler, this[IS_EMPTY]);
113 return createBuilder(this, styler, this[IS_EMPTY]);
163 builder[IS_EMPTY] = _isEmpty;
170 return self[IS_EMPTY] ? '' : string;
/third_party/ffmpeg/libavcodec/
H A Dbsf.c35 #define IS_EMPTY(pkt) (!(pkt)->data && !(pkt)->side_data_elems) macro
208 if (!pkt || IS_EMPTY(pkt)) { in av_bsf_send_packet()
220 if (!IS_EMPTY(bsfi->buffer_pkt)) in av_bsf_send_packet()
244 if (IS_EMPTY(bsfi->buffer_pkt)) in ff_bsf_get_packet()
264 if (IS_EMPTY(bsfi->buffer_pkt)) in ff_bsf_get_packet_ref()
H A Ddecode.c135 #define IS_EMPTY(pkt) (!(pkt)->data) macro
144 dst->data = (void*)1; // HACK: Needed for IS_EMPTY(). in copy_packet_props()
154 if (IS_EMPTY(avci->last_pkt_props)) { in extract_packet_props()
542 IS_EMPTY(avci->last_pkt_props)) { in decode_receive_frame_internal()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) macro
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) macro
/third_party/musl/src/regex/
H A Dregcomp.c78 #define IS_EMPTY(x) ((x)->code_min == EMPTY) macro
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs34309 const IS_EMPTY: bool = SET.is_empty(); in test_const() consts
37350 const IS_EMPTY: bool = MAP.is_empty(); test_const() consts
[all...]

Completed in 60 milliseconds