Home
last modified time | relevance | path

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

/third_party/spirv-tools/tools/util/
H A Dflags.h203 is_short(is_short_) {} in FlagInfo()
208 bool is_short; member
214 bool is_short) { in register_flag()
215 get_flags().emplace_back(flag, std::move(name), required, is_short); in register_flag()
244 bool is_short) { in FlagRegistration()
252 FlagList::register_flag(flag, std::move(fixed_name), required, is_short); in FlagRegistration()
213 register_flag(Flag<T>& flag, std::string&& name, bool required, bool is_short) register_flag() argument
H A Dflags.cpp148 success = parse_bool_flag(item.get(), info.is_short, **iterator); in parse_flag_info()
150 success = parse_flag(item.get(), info.is_short, iterator); in parse_flag_info()
152 success = parse_flag(item.get(), info.is_short, iterator); in parse_flag_info()
/third_party/rust/crates/clap/clap_lex/tests/
H A 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/ffmpeg/libavcodec/
H A Diff.c56 unsigned is_short; ///< short compression method used member
239 s->is_short = !(extra & 1); in extract_header()
1803 if (s->is_short) in decode_frame()
1810 if (s->is_short) in decode_frame()
1833 decode_delta_l(s->video[0], buf, buf_end, avctx->width, s->is_short, s->bpp, s->video_size); in decode_frame()
/third_party/python/Python/
H A Dmarshal.c433 int is_short = PyUnicode_GET_LENGTH(v) < 256; in w_complex_object() local
434 if (is_short) { in w_complex_object()
/third_party/rust/crates/clap/src/parser/
H A Dparser.rs538 && (arg_os.is_long() || arg_os.is_short()); in match_arg_error()
663 } else if next.is_short() {
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc355 bool is_short = length < static_cast<int>(sizeof(uintptr_t)); in ConvertToLower() local
356 if (is_short) { in ConvertToLower()

Completed in 14 milliseconds