| 
| 
  | DenseVertexSet (const VertexRange< VID_T > &range) | 
|   | 
| 
  | DenseVertexSet (const VertexVector< VID_T > &vertices) | 
|   | 
| 
void  | Init (const VertexRange< VID_T > &range, ThreadPool &thread_pool) | 
|   | 
| 
void  | Init (const VertexVector< VID_T > &vertices, ThreadPool &thread_pool) | 
|   | 
| 
void  | Init (const VertexRange< VID_T > &range) | 
|   | 
| 
void  | Init (const VertexVector< VID_T > &vertices) | 
|   | 
| 
void  | Insert (Vertex< VID_T > u) | 
|   | 
| 
bool  | InsertWithRet (Vertex< VID_T > u) | 
|   | 
| 
void  | Erase (Vertex< VID_T > u) | 
|   | 
| 
bool  | EraseWithRet (Vertex< VID_T > u) | 
|   | 
| 
bool  | Exist (Vertex< VID_T > u) const | 
|   | 
| 
VertexRange< VID_T >  | Range () const | 
|   | 
| 
size_t  | Count () const | 
|   | 
| 
size_t  | ParallelCount (ThreadPool &thread_pool) const | 
|   | 
| 
size_t  | PartialCount (VID_T beg, VID_T end) const | 
|   | 
| 
size_t  | ParallelPartialCount (ThreadPool &thread_pool, VID_T beg, VID_T end) const | 
|   | 
| 
void  | Clear () | 
|   | 
| 
void  | ParallelClear (ThreadPool &thread_pool) | 
|   | 
| 
void  | Swap (DenseVertexSet &rhs) | 
|   | 
| 
Bitset &  | GetBitset () | 
|   | 
| 
const Bitset &  | GetBitset () const | 
|   | 
| 
bool  | Empty () const | 
|   | 
| 
bool  | PartialEmpty (VID_T beg, VID_T end) const | 
|   |