Searched defs:is_short (Results 1 – 5 of 5) sorted by relevance
196 bool is_short) { in Enqueue()
255 bool is_short) { in Enqueue()
525 bool is_short (uint8_t flag) const { return flag & FLAG_X_SHORT; } in is_short() function532 bool is_short (uint8_t flag) const { return flag & FLAG_Y_SHORT; } in is_short() function
266 Any<(short)0>::Short is_short; // expected-error {{ambiguous}} variable
426 int is_short = PyUnicode_GET_LENGTH(v) < 256; in w_complex_object() local