Lines Matching refs:stackSize
39 self.stackSize = 0
43 self.stackSize += 1
53 self.stackSize -= 1
77 if self.stackSize == 1 and self.contentOnly:
82 self.stackSize = 2
84 stackSize = self.stackSize
85 self.stackSize = stackSize + 1
95 if not stackSize:
104 elif stackSize == 1:
131 elif stackSize == 2 and subFile is not None:
136 elif stackSize == 2:
145 if self.stackSize > 1:
149 self.stackSize = self.stackSize - 1
152 if self.stackSize == 1:
154 elif self.stackSize == 2: