Lines Matching refs:UInt32
12 Vector<UInt32> *offsets, int mode) {
114 Vector<UInt32> *offsets) {
123 Vector<UInt32> temp_offsets;
127 temp_offsets[i] = (UInt32)buf.size();
132 temp_offsets.back() = (UInt32)buf.size();
142 Vector<UInt32> *offsets) {
148 typedef std::pair<RString, UInt32> KeyIdPair;
158 pairs[i].second = (UInt32)i;
165 Vector<UInt32> temp_offsets;
178 temp_offsets[cur.second] = (UInt32)(temp_offsets[last->second]
181 temp_offsets[cur.second] = (UInt32)buf.size();
198 void Tail::build_empty_tail(Vector<UInt32> *offsets) {