Lines Matching refs:depth_t
187 typedef unsigned char depth_t; typedef
190 template <typename T, depth_t MaxCapacity>
192 depth_t my_head;
193 depth_t my_tail;
194 depth_t my_size;
195 depth_t my_depth[MaxCapacity]; // relative depths of stored ranges
208 depth_t size() const { return my_size; } in size()
211 void split_to_fill(depth_t max_depth) { in split_to_fill()
213 depth_t prev = my_head; in split_to_fill()
243 depth_t front_depth() { in front_depth()
247 depth_t back_depth() { in back_depth()
251 bool is_divisible(depth_t max_depth) { in is_divisible()
394 depth_t my_max_depth;
427 depth_t max_depth() { return my_max_depth; } in max_depth()
428 void align_depth(depth_t base) { in align_depth()