Searched refs:dis (Results 1 – 3 of 3) sorted by relevance
55 set dis(dis: string) { method in LitRadioBox56 this.setAttribute('dis', dis)
31 litRadioBox.dis = 'dis'
465 std::uniform_int_distribution<uint64_t> dis(min, max); in GetRandom()466 ret = dis(gen); in GetRandom()