Home
last modified time | relevance | path

Searched defs:is_short (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc196 bool is_short) { in Enqueue()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.cc255 bool is_short) { in Enqueue()
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh525 bool is_short (uint8_t flag) const { return flag & FLAG_X_SHORT; } in is_short() function
532 bool is_short (uint8_t flag) const { return flag & FLAG_Y_SHORT; } in is_short() function
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype_cxx1z.cpp266 Any<(short)0>::Short is_short; // expected-error {{ambiguous}} variable
/external/python/cpython3/Python/
Dmarshal.c426 int is_short = PyUnicode_GET_LENGTH(v) < 256; in w_complex_object() local