Lines Matching refs:UInt32
11 Range(UInt32 begin, UInt32 end, UInt32 pos)
14 void set_begin(UInt32 begin) {
17 void set_end(UInt32 end) {
20 void set_pos(UInt32 pos) {
24 UInt32 begin() const {
27 UInt32 end() const {
30 UInt32 pos() const {
35 UInt32 begin_;
36 UInt32 end_;
37 UInt32 pos_;
45 WRange(UInt32 begin, UInt32 end, UInt32 pos, double weight)
48 void set_begin(UInt32 begin) {
51 void set_end(UInt32 end) {
54 void set_pos(UInt32 pos) {
64 UInt32 begin() const {
67 UInt32 end() const {
70 UInt32 pos() const {