Searched refs:arrayDepth (Results 1 – 1 of 1) sorted by relevance
138 const int arrayDepth = offset; in descriptorToDot() local155 std::unique_ptr<char[]> newStr(new char[targetLen + arrayDepth * 2 + 1]); in descriptorToDot()163 for (int j = 0; j < arrayDepth; j++) { in descriptorToDot()