Searched defs:isBoolean (Results 1 – 14 of 14) sorted by relevance
40 function isBoolean(value) { function
34 static isBoolean(s: any, msg?: string) { method in Assert
74 function isBoolean(arg) { function339 isBoolean, property
33 function isBoolean(arg) { function
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
239 bool isBoolean() const { in isBoolean() function
57 isBoolean(): boolean; method231 isBoolean(): ChainedObject<boolean>; method613 isBoolean(object: any): boolean; method
191 public boolean isBoolean() { in isBoolean() method in JSON
6538 function isBoolean(arg) { function
1951 const bool isBoolean = isBooleanResultTest(spirvOperation); in createTests() local
9088 function isBoolean(object) { function
77815 bool isBoolean() const { in isBoolean() function in JS::Value78475 bool isBoolean() const { return value().isBoolean(); } in isBoolean() function in js::WrappedPtrOperations