Searched defs:bValidIndex (Results 1 – 2 of 2) sorted by relevance
506 …const bool bValidIndex = ( _Event.DisjunctiveTerm >= 0 ) && ( (size_t)_Event.DisjunctiveTerm < rTe… in disjunctiveTermRemoved() local541 …bool bValidIndex = ( nInsertPos >= 0 ) && ( (size_t)nInsertPos <= pFormItem->GetChildren().size() … in disjunctiveTermAdded() local
3378 const bool bValidIndex = /*0 <= nIndex &&*/ nIndex <= pNode->Len(); in GetLineNumberAtIndex() local
Completed in 34 milliseconds