Lines Matching refs:child_i
1243 const size_t child_i =
1249 if ((direction == STACK_ABOVE && child_i == target_i + 1) ||
1250 (direction == STACK_BELOW && child_i + 1 == target_i))
1255 (child_i < target_i ? target_i : target_i + 1) :
1256 (child_i < target_i ? target_i - 1 : target_i);
1257 children_.erase(children_.begin() + child_i);