Searched refs:aVariableCells (Results 1 – 1 of 1) sorted by relevance
315 std::vector<table::CellAddress> aVariableCells; in solve() local317 aVariableCells.push_back( maVariables[nPos] ); in solve()318 size_t nVariables = aVariableCells.size(); in solve()339 for ( aVarIter = aVariableCells.begin(); aVarIter != aVariableCells.end(); ++aVarIter ) in solve()353 for ( aVarIter = aVariableCells.begin(); aVarIter != aVariableCells.end(); ++aVarIter ) in solve()521 if ( AddressEqual( aVariableCells[nVar], aLeftAddr ) ) in solve()
Completed in 13 milliseconds