Searched defs:isBoolean (Results 1 – 13 of 13) sorted by relevance
40 function isBoolean(value) { function
34 static isBoolean(s: any, msg?: string) { method in Assert
133 template<typename T> inline bool isBoolean (void) { return false; } in isBoolean() function134 template<> inline bool isBoolean<bool> (void) { return true; } in isBoolean() function
179 bool DSLType::isBoolean() const { in isBoolean() function in SkSL::dsl::DSLType
77 bool isBoolean = false; member
242 bool isBoolean() const { in isBoolean() function
297 bool isBoolean() const { in isBoolean() function
57 isBoolean(): boolean; method231 isBoolean(): ChainedObject<boolean>; method613 isBoolean(object: any): boolean; method
265 public boolean isBoolean() { in isBoolean() method in FlexBuffers.Reference
62 public val isBoolean: Boolean get() = type == T_BOOL constant in com.google.flatbuffers.kotlin.Reference
1949 const bool isBoolean = isBooleanResultTest(spirvOperation); in createTests() local
1951 const bool isBoolean = isBooleanResultTest(spirvOperation); in createTests() local
77815 bool isBoolean() const { in isBoolean() function in JS::Value78475 bool isBoolean() const { return value().isBoolean(); } in isBoolean() function in js::WrappedPtrOperations