Home
last modified time | relevance | path

Searched refs:aPathId (Results 1 – 1 of 1) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/
H A DDFBrowser_TreeModel.cxx177 for (int aPathId = 1, aPathCount = theLabelEntries.size(); aPathId < aPathCount + 1; aPathId++) in FindIndexByPath() local
180 if (aPathId < aPathCount) in FindIndexByPath()
181 anEntry = theLabelEntries[aPathId]; in FindIndexByPath()
192 if (aPathId == aPathCount && anItem->HasAttribute()) in FindIndexByPath()