Lines Matching refs:CoinBigIndex

71   inline CoinBigIndex position() const  in position()
101 inline void setPosition(CoinBigIndex position) in setPosition()
122 CoinBigIndex position_;
165 CoinBigIndex index, next;
323 void resize(CoinBigIndex maxItems, const CoinModelTriple *triples, bool forceReHash = false);
325 inline CoinBigIndex numberItems() const in numberItems()
330 void setNumberItems(CoinBigIndex number);
332 inline CoinBigIndex maximumItems() const in maximumItems()
341 CoinBigIndex hash(int row, int column, const CoinModelTriple *triples) const;
343 void addHash(CoinBigIndex index, int row, int column, const CoinModelTriple *triples);
345 void deleteHash(CoinBigIndex index, int row, int column);
349 CoinBigIndex hashValue(int row, int column) const;
359 CoinBigIndex numberItems_;
361 CoinBigIndex maximumItems_;
363 CoinBigIndex lastSlot_;
389 void resize(int maxMajor, CoinBigIndex maxElements);
393 void create(int maxMajor, CoinBigIndex maxElements,
396 CoinBigIndex numberElements, const CoinModelTriple *triples);
408 inline CoinBigIndex numberElements() const in numberElements()
413 inline CoinBigIndex maximumElements() const in maximumElements()
418 inline CoinBigIndex firstFree() const in firstFree()
423 inline CoinBigIndex lastFree() const in lastFree()
428 inline CoinBigIndex first(int which) const in first()
433 inline CoinBigIndex last(int which) const in last()
438 inline const CoinBigIndex *next() const in next()
443 inline const CoinBigIndex *previous() const in previous()
454 CoinBigIndex addEasy(int majorIndex, CoinBigIndex numberOfElements, const int *indices,
459 void addHard(int minorIndex, CoinBigIndex numberOfElements, const int *indices,
465 void addHard(CoinBigIndex first, const CoinModelTriple *triples,
466 CoinBigIndex firstFree, CoinBigIndex lastFree, const CoinBigIndex *nextOther);
478 void deleteRowOne(CoinBigIndex position, CoinModelTriple *triples,
483 void updateDeletedOne(CoinBigIndex position, const CoinModelTriple *triples);
495 CoinBigIndex *previous_;
497 CoinBigIndex *next_;
499 CoinBigIndex *first_;
501 CoinBigIndex *last_;
507 CoinBigIndex numberElements_;
509 CoinBigIndex maximumElements_;