Lines Matching defs:a
28 test_bounded_ptr<Left> const a(array.begin(), array.begin(), array.end()); in tests() local
34 test_bounded_ptr<Left> const a(array.begin() + 1, array.begin(), array.end()); in tests() local
40 test_bounded_ptr<Left> const a(array.begin() + 2, array.begin(), array.end()); in tests() local
46 test_bounded_ptr<Left> const a(array.begin() + 3, array.begin(), array.end()); in tests() local
52 test_bounded_ptr<Left> const a(array.begin() + 4, array.begin(), array.end()); in tests() local
58 test_bounded_ptr<Left> const a(array.end(), array.begin(), array.end()); in tests() local
66 test_bounded_ptr<Left> const a(array.begin(), array.begin(), array.end()); in tests() local
72 test_bounded_ptr<Left> const a(array.begin(), array.begin(), array.end()); in tests() local
78 test_bounded_ptr<Left> const a(array.begin(), array.begin(), array.end()); in tests() local
84 test_bounded_ptr<Left> const a(array.begin(), array.begin(), array.end()); in tests() local
90 test_bounded_ptr<Left> const a(array.begin(), array.begin(), array.end()); in tests() local
98 test_bounded_ptr<Left> const a(array.begin() + 2, array.begin() + 1, array.end() - 1); in tests() local
106 test_bounded_ptr<Left> const a(array.begin() + 2, array.begin() + 1, array.end() - 1); in tests() local
111 Left* a = array.begin() + 4; in tests() local