Home
last modified time | relevance | path

Searched defs:nasty_vector (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dnasty_containers.hpp17 class nasty_vector class
35 nasty_vector() : v_() {} in nasty_vector() function in nasty_vector
36 explicit nasty_vector(size_type n) : v_(n) {} in nasty_vector() function in nasty_vector
37 nasty_vector(size_type n, const value_type& value) : v_(n, value) {} in nasty_vector() function in nasty_vector
38 …template <class InputIterator> nasty_vector(InputIterator first, InputIterator last) : v_(first, l… in nasty_vector() function in nasty_vector
40 nasty_vector(std::initializer_list<value_type> il) : v_(il) {} in nasty_vector() function in nasty_vector