Lines Matching refs:using
18 // The slot's contents can be read and written using operator* and store().
21 using TObject = Object;
22 using THeapObjectSlot = CompressedHeapObjectSlot;
63 // The slot's contents can be read and written using operator* and store().
67 using TObject = MaybeObject;
68 using THeapObjectSlot = CompressedHeapObjectSlot;
97 // The slot's contents can be read and written using operator* and store().
125 // The slot's contents can be read and written using load() and store().
129 using TObject = Object;
130 using THeapObjectSlot = OffHeapCompressedObjectSlot;