Lines Matching refs:Base
64 struct Base { struct
67 Base(size_t T, size_t N) : TableSize(T), NumTables(N) {} in Base() argument
81 struct Create : Base {
82 using Base::Base;
105 struct Find : Base {
106 using Base::Base;
126 struct FindNeEnd : Base {
127 using Base::Base;
147 struct InsertHit : Base {
148 using Base::Base;
168 struct InsertMissAndErase : Base {
169 using Base::Base;
188 struct IterateRangeFor : Base {
189 using Base::Base;
207 struct IterateBeginEnd : Base {
208 using Base::Base;