Home
last modified time | relevance | path

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

/third_party/skia/experimental/sorttoy/
Dsorttypes.h53 uint32_t toUInt() const { return fPaintersOrder; } in toUInt() function
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt216 public fun toUInt(): UInt = toULong().toUInt() in get() method in com.google.flatbuffers.kotlin.Reference