Home | History | Annotate | Download | only in Format

Lines Matching refs:PPChainBranchIndex

551   PPChainBranchIndex.push(0);
560 if (!PPChainBranchIndex.empty())
561 ++PPChainBranchIndex.top();
563 PPBranchLevel >= 0 && !PPChainBranchIndex.empty() &&
564 PPLevelBranchIndex[PPBranchLevel] != PPChainBranchIndex.top());
569 if (PPBranchLevel >= 0 && !PPChainBranchIndex.empty()) {
570 if (PPChainBranchIndex.top() + 1 > PPLevelBranchCount[PPBranchLevel]) {
571 PPLevelBranchCount[PPBranchLevel] = PPChainBranchIndex.top() + 1;
577 if (!PPChainBranchIndex.empty())
578 PPChainBranchIndex.pop();