Searched refs:fStackIndex (Results 1 – 3 of 3) sorted by relevance
17 fStackIndex((uint32)-1), in BusManager()262 fStackIndex = fStack->IndexOfBusManager(this); in Start()
250 usb_id USBID() const { return fStackIndex; } in USBID()268 usb_id fStackIndex; variable
406 int32 fStackIndex; member in BPrivate::RecursiveOutlineIterator5105 fStackIndex(0),5144 fStack[fStackIndex].fRowSet = fCurrentList;5145 fStack[fStackIndex].fIndex = fCurrentListIndex + 1;5146 fStack[fStackIndex].fDepth = fCurrentListDepth;5147 fStackIndex++;5155 else if (--fStackIndex >= 0) {5156 fCurrentList = fStack[fStackIndex].fRowSet;5157 fCurrentListIndex = fStack[fStackIndex].fIndex;5158 fCurrentListDepth = fStack[fStackIndex].fDepth;