Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DBooleanType.java39 public interface BooleanType extends PrimitiveType { interface
/external/python/cpython2/Lib/
Dtypes.py19 BooleanType = bool variable
/external/python/cpython3/Modules/
D_tkinter.c297 const Tcl_ObjType *BooleanType; member
/external/python/cpython2/Modules/
D_tkinter.c267 const Tcl_ObjType *BooleanType; member
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp2935 TEST_P(ASTMatchersTest, BooleanType) { in TEST_P() argument