Searched refs:this_size_ (Results 1 – 2 of 2) sorted by relevance
60 size_t this_size() const { return this_size_; } in this_size()69 int this_size_int() const { return static_cast<int>(this_size_); } in this_size_int()74 size_t this_size_; variable
26 this_size_(this_size), in PartitionTreeNode()33 assert(this_size_ <= static_cast<size_t>(std::numeric_limits<int>::max())); in PartitionTreeNode()67 if (this_size_ + size_vector_[0] <= max_size) { in CreateChildren()71 this_size_ + size_vector_[0]); in CreateChildren()78 if (this_size_ > 0) { in CreateChildren()