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