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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SparseSet.h 14 // a moderately sized universe. The sparse set uses more memory than other
34 /// be uniquely converted to a small integer less than the set's universe. This
85 /// SparseSet allocates memory proportional to the size of the key universe, so
98 /// iteration independent on the size of the universe.
102 /// the sparse array which is the size of the key universe. The SparseT
107 /// array uses 4 x Universe bytes.
133 unsigned Universe = 0;
149 /// setUniverse - Set the universe size which determines the largest key the
150 /// set can hold. The universe must be sized before any elements can be
153 /// @param U Universe size. All object keys must be less than U
    [all...]
SparseMultiSet.h 13 // from a moderately sized universe. The sparse multiset uses more memory than
39 /// universe, so it is not recommended for building composite data structures.
52 /// independent on the size of the universe.
56 /// the sparse array which is the size of the key universe. The SparseT template
60 /// sparse array uses 4 x Universe bytes.
124 unsigned Universe = 0;
135 assert(ValIndexOf(Val) < Universe &&
197 /// Set the universe size which determines the largest key the set can hold.
198 /// The universe must be sized before any elements can be added.
200 /// @param U Universe size. All object keys must be less than U
    [all...]

Completed in 45 milliseconds