OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 14 00:24:24 UTC 2026