Searched refs:array_ (Results 1 – 5 of 5) sorted by relevance
69 array_.push_back(result); in Append()79 return array_[index]; in GetTestPartResult()84 return static_cast<int>(array_.size()); in size()
967 Init(rhs.array_, rhs.size_, rhs.relation_to_source_);976 delete[] array_;981 const_iterator begin() const { return array_; }982 const_iterator end() const { return array_ + size_; }993 array_ = array;997 array_ = copy;1003 const Element* array_;
50 typedef mpl::int_<4>::type array_; typedef85 boost::range_detail::array_,
74 : array_(array), index_(index), element_size_(element_size), in scoped_cleanup()79 __cxxabiv1::__cxa_vec_cleanup(array_, in ~scoped_cleanup()89 void* array_; member in __anon8c942adf0111::scoped_cleanup
140 std::vector<TestPartResult> array_;