Searched refs:aVariableCells (Results 1 – 1 of 1) sorted by relevance
318 std::vector<table::CellAddress> aVariableCells; in solve() local320 aVariableCells.push_back( maVariables[nPos] ); in solve()321 size_t nVariables = aVariableCells.size(); in solve()342 for ( aVarIter = aVariableCells.begin(); aVarIter != aVariableCells.end(); ++aVarIter ) in solve()356 for ( aVarIter = aVariableCells.begin(); aVarIter != aVariableCells.end(); ++aVarIter ) in solve()528 if ( AddressEqual( aVariableCells[nVar], aLeftAddr ) ) in solve()
Completed in 8 milliseconds