dchecked_vector.h | 35 // valid for an empty dchecked_vector<>. Use data() to avoid checking empty(). 37 class dchecked_vector : private std::vector<T, Alloc> { class in namespace:art 58 dchecked_vector() function in class:art::dchecked_vector 60 explicit dchecked_vector(const allocator_type& alloc) function in class:art::dchecked_vector 64 explicit dchecked_vector(size_type n, const allocator_type& alloc = allocator_type()) function in class:art::dchecked_vector 66 dchecked_vector(size_type n, function in class:art::dchecked_vector 71 dchecked_vector(InputIterator first, function in class:art::dchecked_vector 75 dchecked_vector(const dchecked_vector& src) function in class:art::dchecked_vector 77 dchecked_vector(const dchecked_vector& src, const allocator_type& alloc function in class:art::dchecked_vector 79 dchecked_vector(dchecked_vector&& src) function in class:art::dchecked_vector 81 dchecked_vector(dchecked_vector&& src, const allocator_type& alloc) function in class:art::dchecked_vector 83 dchecked_vector(std::initializer_list<value_type> il, function in class:art::dchecked_vector [all...] |