Home
last modified time | relevance | path

Searched defs:isBoolean (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/tests/cases/conformance/jsdoc/
DreturnTagTypeGuard.ts40 function isBoolean(value) { function
/third_party/typescript/tests/ts_extra_tests/suite/
Dassert.ts34 static isBoolean(s: any, msg?: string) { method in Assert
/third_party/vk-gl-cts/framework/delibs/decpp/
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/dsl/
DDSLType.cpp179 bool DSLType::isBoolean() const { in isBoolean() function in SkSL::dsl::DSLType
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dflag_parser.h77 bool isBoolean = false; member
/third_party/skia/src/sksl/ir/
DSkSLType.h242 bool isBoolean() const { in isBoolean() function
/third_party/skia/m133/src/sksl/ir/
DSkSLType.h297 bool isBoolean() const { in isBoolean() function
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts57 isBoolean(): boolean; method
231 isBoolean(): ChainedObject<boolean>; method
613 isBoolean(object: any): boolean; method
/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DFlexBuffers.java265 public boolean isBoolean() { in isBoolean() method in FlexBuffers.Reference
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt62 public val isBoolean: Boolean get() = type == T_BOOL constant in com.google.flatbuffers.kotlin.Reference
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp1949 const bool isBoolean = isBooleanResultTest(spirvOperation); in createTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp1951 const bool isBoolean = isBooleanResultTest(spirvOperation); in createTests() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp77815 bool isBoolean() const { in isBoolean() function in JS::Value
78475 bool isBoolean() const { return value().isBoolean(); } in isBoolean() function in js::WrappedPtrOperations