Searched refs:arrayDepth (Results 1 – 2 of 2) sorted by relevance
275 int arrayDepth = 0; in descriptorToDot() local282 arrayDepth = offset; in descriptorToDot()298 char[] buf = new char[targetLen + arrayDepth * 2]; in descriptorToDot()308 while (arrayDepth-- > 0) { in descriptorToDot()
137 int arrayDepth = 0; in descriptorToDot() local145 arrayDepth = offset; in descriptorToDot()162 newStr = (char*)malloc(targetLen + arrayDepth * 2 +1); in descriptorToDot()172 while (arrayDepth-- > 0) { in descriptorToDot()177 assert(i == targetLen + arrayDepth * 2); in descriptorToDot()