Searched defs:toBoolean (Results 1 – 2 of 2) sorted by relevance
| /third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ | ||
| D | FlexBuffers.kt | 146 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/ | ||
| D | stylo.hpp | 77945 bool toBoolean() const { in toBoolean() function in JS::Value |