Searched refs:IntSetOnce (Results 1 – 2 of 2) sorted by relevance
19 import com.android.hoststubgen.utils.IntSetOnce43 var numShards: IntSetOnce = IntSetOnce(1),44 var shard: IntSetOnce = IntSetOnce(0),
201 class IntSetOnce(value: Int) : SetOnce<Int>(value) { class