Lines Matching defs:a
59 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.end()); in tests() local
64 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.end()); in tests() local
69 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.end()); in tests() local
74 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.end()); in tests() local
79 test_bounded_ptr<TQual> const a(array.end(), array.begin(), array.end()); in tests() local
86 test_bounded_ptr<TQual> const a; in tests() local
91 test_bounded_ptr<TQual> const a; in tests() local
99 test_bounded_ptr<TQual> const a(array.begin(), array.begin() + 2, array.end()); in tests() local
105 test_bounded_ptr<TQual> const a(array.begin(), array.begin() + 2, array.end()); in tests() local
111 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.begin() + 1); in tests() local
117 test_bounded_ptr<TQual> const a(array.begin(), array.begin(), array.begin() + 1); in tests() local
124 libkern::bounded_ptr<TQual, dummy_policy1> const a(array.begin(), array.begin(), array.end()); in tests() local
138 test_bounded_ptr<Derived> const a(array.begin(), array.begin(), array.end() - 1); in tests_convert() local