Searched refs:T_INDIRECT_UINT (Results 1 – 2 of 2) sorted by relevance
104 T_INDIRECT_INT, T_INDIRECT_UINT, T_INDIRECT_FLOAT -> true in isIndirectScalar()177 T_INDIRECT_UINT -> "IndirectUInt" in typeToString()229 internal val T_INDIRECT_UINT = FlexBufferType(7) constant
92 public val isUInt: Boolean get() = type == T_UINT || type == T_INDIRECT_UINT228 T_INDIRECT_INT, T_INDIRECT_UINT, T_INT, T_BOOL, T_UINT -> buffer.readULong(pos, width) in get()249 T_INDIRECT_UINT -> buffer.readUInt(pos, width).toFloat() in pos()269 T_INDIRECT_UINT -> buffer.readUInt(pos, width).toDouble() in toDouble()