Home
last modified time | relevance | path

Searched defs:isBoolean (Results 1 - 4 of 4) sorted by relevance

/third_party/node/lib/
H A Dutil.js95 function isBoolean(arg) { function
/third_party/skia/src/sksl/dsl/
H A DDSLType.cpp179 bool DSLType::isBoolean() const { in isBoolean() function in SkSL::dsl::DSLType
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.hpp133 template<typename T> inline bool isBoolean (void) { return false; } in isBoolean() function
134 template<> inline bool isBoolean<bool> (void) { return true; } in isBoolean() function
/third_party/skia/src/sksl/ir/
H A DSkSLType.h239 bool isBoolean() const { in isBoolean() function in SkSL::Type

Completed in 5 milliseconds