Lines Matching refs:using
20 using TData = Data;
90 // The slot's contents can be read and written using operator* and store().
93 using TObject = Object;
94 using THeapObjectSlot = FullHeapObjectSlot;
133 // The slot's contents can be read and written using operator* and store().
137 using TObject = MaybeObject;
138 using THeapObjectSlot = FullHeapObjectSlot;
167 // The slot's contents can be read and written using operator* and store().
191 // behavior in C++ code we use this iterator adaptor when using STL algorithms
240 using difference_type = int;
241 using value_type = T;
242 using reference = Reference;
243 using pointer = T*;
244 using iterator_category = std::random_access_iterator_tag;
277 using FullObjectSlot::Relaxed_Load;