Home
last modified time | relevance | path

Searched refs:is_short (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/clap/clap_lex/tests/
Dparsed.rs76 assert!(!next.is_short()); in to_short_stdio()
88 assert!(!next.is_short()); in to_short_escape()
100 assert!(!next.is_short()); in to_short_long()
112 assert!(next.is_short()); in to_short()
/third_party/rust/crates/clap/clap_lex/src/
Dlib.rs367 pub fn is_short(&self) -> bool { in is_short() method
/third_party/ffmpeg/libavcodec/
Diff.c55 unsigned is_short; ///< short compression method used member
238 s->is_short = !(extra & 1); in extract_header()
1800 if (s->is_short) in decode_frame()
1807 if (s->is_short) in decode_frame()
1830 decode_delta_l(s->video[0], buf, buf_end, avctx->width, s->is_short, s->bpp, s->video_size); in decode_frame()
/third_party/rust/crates/clap/clap_complete/src/
Ddynamic.rs405 if arg.is_empty() || arg.is_stdio() || arg.is_short() { in complete_arg()
/third_party/rust/crates/clap/src/parser/
Dparser.rs538 && (arg_os.is_long() || arg_os.is_short()); in match_arg_error()
663 } else if next.is_short() { in is_new_arg()
/third_party/python/Python/
Dmarshal.c426 int is_short = PyUnicode_GET_LENGTH(v) < 256; in w_complex_object() local
427 if (is_short) { in w_complex_object()
/third_party/node/deps/v8/src/objects/
Dintl-objects.cc355 bool is_short = length < static_cast<int>(sizeof(uintptr_t)); in ConvertToLower() local
356 if (is_short) { in ConvertToLower()