Searched refs:nested_container (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/support/
H A Dnasty_containers.hpp20 typedef typename std::vector<T> nested_container; typedef in class:nasty_vector
21 typedef typename nested_container::value_type value_type;
22 typedef typename nested_container::reference reference;
23 typedef typename nested_container::const_reference const_reference;
24 typedef typename nested_container::iterator iterator;
25 typedef typename nested_container::const_iterator const_iterator;
27 typedef typename nested_container::size_type size_type;
28 typedef typename nested_container::difference_type difference_type;
29 typedef typename nested_container::pointer pointer;
30 typedef typename nested_container
141 typedef typename std::list<T> nested_container; typedef in class:nasty_list
[all...]

Completed in 1462 milliseconds