Searched refs:ForEachMutableHelper (Results 1 – 2 of 2) sorted by relevance
315 static Status ForEachMutableHelper(const Fn& func, std::vector<Node>* nodes);598 Status ShapeTree<T>::ForEachMutableHelper(const Fn& func, in ForEachMutableHelper() function615 return ForEachMutableHelper(func, &nodes_); in ForEachMutableElementWithStatus()633 return ForEachMutableHelper( in ForEachMutableElement()
421 return ForEachMutableHelper( in ForEachMutableSubpiece()435 return ForEachMutableHelper( in ForEachMutableSubpieceWithStatus()489 Status ForEachMutableHelper(const Fn& func, Piece* piece, in ForEachMutableHelper() function495 ForEachMutableHelper(func, &piece->children_[i], index)); in ForEachMutableHelper()