Lines Matching refs:TTindex
83 TTindex SrcIndex = 0; in mergeFrom()
92 TTindex MyIndex = findPath(MyPath); in mergeFrom()
108 TimerStack::PathType TimerStack::getPath(TTindex Index, in getPath()
121 TimerStack::TTindex TimerStack::getChildIndex(TimerStack::TTindex Parent, in getChildIndex()
126 TTindex Size = Nodes.size(); in getChildIndex()
137 TimerStack::TTindex TimerStack::findPath(const PathType &Path) { in findPath()
138 TTindex CurIndex = 0; in findPath()
141 for (TTindex Index : reverse_range(Path)) { in findPath()
196 TTindex Prefix = StackTop; in update()
202 TTindex Next = Nodes[Prefix].Parent; in update()
275 for (TTindex i = 1; i < Nodes.size(); ++i) { in dump()
276 TTindex Prefix = i; in dump()