Home
last modified time | relevance | path

Searched refs:array_ (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-test-part.cc69 array_.push_back(result); in Append()
79 return array_[index]; in GetTestPartResult()
84 return static_cast<int>(array_.size()); in size()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-internal.h967 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_;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/
Dcommon.hpp50 typedef mpl::int_<4>::type array_; typedef
85 boost::range_detail::array_,
/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_vec.cc74 : 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
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-test-part.h140 std::vector<TestPartResult> array_;