Home
last modified time | relevance | path

Searched defs:toBoolean (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt146 public fun toBoolean(): Boolean = if (isBoolean) buffer.getBoolean(end) else toUInt() != 0u in get() method in com.google.flatbuffers.kotlin.Reference
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp77945 bool toBoolean() const { in toBoolean() function in JS::Value
78493 bool toBoolean() const { return value().toBoolean(); } in toBoolean() function in js::WrappedPtrOperations