Searched refs:GetNonEndOfPathToken (Results 1 – 2 of 2) sorted by relevance
1260 const FormulaToken* t = GetNonEndOfPathToken( ++pCur->nPC ); in Next()1273 while (!t && ((t = GetNonEndOfPathToken( ++nIdx)) != NULL)) in PeekNextOperator()1301 const FormulaToken* FormulaTokenIterator::GetNonEndOfPathToken( short nIdx ) const in GetNonEndOfPathToken() function in formula::FormulaTokenIterator1314 return GetNonEndOfPathToken( pCur->nPC + 1) == NULL; in IsEndOfPath()
278 const FormulaToken* GetNonEndOfPathToken( short nIdx ) const;
Completed in 21 milliseconds