Searched refs:binaryCode (Results 1 – 2 of 2) sorted by relevance
137 .app(LayoutBinderWriterKt.binaryCode(allFlags, index)) in toJavaCode()
236 if (localName == null) binaryCode(bucketIndex) in FlagSet()239 fun FlagSet.binaryCode(bucketIndex : Int) = longToBinary(buckets[bucketIndex]) in FlagSet() method