Searched refs:dis (Results 1 – 3 of 3) sorted by relevance
199 set dis(dis: string) { method in LitRadioBox200 this.setAttribute('dis', dis);
29 litRadioBox.dis = 'dis';
653 std::uniform_int_distribution<uint64_t> dis(min, max); in GetRandom()654 ret = dis(gen); in GetRandom()