Searched refs:ForEachMutableHelper (Results 1 – 2 of 2) sorted by relevance
318 static Status ForEachMutableHelper(const Fn& func, std::vector<Node>* nodes);640 Status ShapeTree<T>::ForEachMutableHelper(const Fn& func, in ForEachMutableHelper() function657 return ForEachMutableHelper(func, &nodes_); in ForEachMutableElementWithStatus()675 return ForEachMutableHelper( in ForEachMutableElement()
454 return ForEachMutableHelper( in ForEachMutableSubpiece()468 return ForEachMutableHelper( in ForEachMutableSubpieceWithStatus()525 Status ForEachMutableHelper(const Fn& func, Piece* piece, in ForEachMutableHelper() function531 ForEachMutableHelper(func, &piece->children_[i], index)); in ForEachMutableHelper()