• Home
  • Raw
  • Download

Lines Matching refs:UByte

67     fun inventory(j: Int) : UByte {  in nameInByteBuffer()
81 fun mutateInventory(j: Int, inventory: UByte) : Boolean { in inventoryInByteBuffer()
90 val color : UByte
95 fun mutateColor(color: UByte) : Boolean { in mutateColor()
104 val testType : UByte
109 fun mutateTestType(testType: UByte) : Boolean { in mutateTestType()
188 fun testnestedflatbuffer(j: Int) : UByte { in testnestedflatbuffer()
211 fun mutateTestnestedflatbuffer(j: Int, testnestedflatbuffer: UByte) : Boolean { in mutateTestnestedflatbuffer()
445 fun flex(j: Int) : UByte { in flex()
459 fun mutateFlex(j: Int, flex: UByte) : Boolean { in flexInByteBuffer()
705 val anyUniqueType : UByte
710 fun mutateAnyUniqueType(anyUniqueType: UByte) : Boolean { in mutateAnyUniqueType()
722 val anyAmbiguousType : UByte
727 fun mutateAnyAmbiguousType(anyAmbiguousType: UByte) : Boolean { in mutateAnyAmbiguousType()
739 fun vectorOfEnums(j: Int) : UByte { in vectorOfEnums()
753 fun mutateVectorOfEnums(j: Int, vectorOfEnums: UByte) : Boolean { in vectorOfEnumsInByteBuffer()
801 … fun addColor(builder: FlatBufferBuilder, color: UByte) = builder.addByte(6, color.toByte(), 8) in startInventoryVector()
802 …fun addTestType(builder: FlatBufferBuilder, testType: UByte) = builder.addByte(7, testType.toByte(… in startInventoryVector()
945 …fun addAnyUniqueType(builder: FlatBufferBuilder, anyUniqueType: UByte) = builder.addByte(43, anyUn… in startVectorOfNonOwningReferencesVector()
947 …fun addAnyAmbiguousType(builder: FlatBufferBuilder, anyAmbiguousType: UByte) = builder.addByte(45,… in startVectorOfNonOwningReferencesVector()