HomeSort by: relevance | last modified time | path
    Searched defs:highlightTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 1543 // highlightTable mirrors the structure of valueTable. Each cell indicates
1549 Vector<void*> *highlightTable = new Vector<void*>(totalColumns);
1554 rc->append (highlightTable);
1561 highlightTable->append (columnData);
1576 highlightTable->append (columnData);
1745 Vector<bool> * columnHilites = (Vector<bool> *)highlightTable->fetch (index);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 1543 // highlightTable mirrors the structure of valueTable. Each cell indicates
1549 Vector<void*> *highlightTable = new Vector<void*>(totalColumns);
1554 rc->append (highlightTable);
1561 highlightTable->append (columnData);
1576 highlightTable->append (columnData);
1745 Vector<bool> * columnHilites = (Vector<bool> *)highlightTable->fetch (index);

Completed in 44 milliseconds