Lines Matching refs:ref
48 QualT& ref = *ptr; in tests() local
49 _assert(ref == T{0}); in tests()
50 _assert(&ref == &array[0]); in tests()
61 QualT& ref = *ptr; in tests() local
62 _assert(ref == T{1}); in tests()
63 _assert(&ref == &array[1]); in tests()
74 QualT& ref = *ptr; in tests() local
75 _assert(ref == T{2}); in tests()
76 _assert(&ref == &array[2]); in tests()
87 QualT& ref = *ptr; in tests() local
88 _assert(ref == T{4}); in tests()
89 _assert(&ref == &array[4]); in tests()