Searched refs:printSpace (Results 1 – 2 of 2) sorted by relevance
84 static inline void printSpace(std::ostream &os, int count) {108 printSpace(os, 2 * sizeof...(Dims));115 printSpace(os, sizeof...(Dims));167 printSpace(os, rank - dim + 1);184 printSpace(os, rank - dim + 1);
796 printSpace(depth * m_indentAmount); in indent()814 private void printSpace(int n) throws IOException in printSpace() method in ToStream