Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Ddwarf_defs.h720 : array_(&small_array_[0]), in DwarfAbbrDieArray()
727 if (array_ != &small_array_[0]) { in ~DwarfAbbrDieArray()
728 delete[] array_; in ~DwarfAbbrDieArray()
780 memcpy(new_array, array_, count_ * sizeof(const Dwarf_Abbr_DIE*)); in add()
781 if (array_ != &small_array_[0]) { in add()
782 delete[] array_; in add()
784 array_ = new_array; in add()
789 array_[num - 1] = abbr; in add()
814 return array_[num - 1]; in get()
865 return array_[num - 1]; in cache_to()
[all …]
/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_;