Searched refs:array_ (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_defs.h | 720 : 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/ |
D | gtest-test-part.cc | 69 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/ |
D | gtest-internal.h | 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_;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
D | common.hpp | 50 typedef mpl::int_<4>::type array_; typedef 85 boost::range_detail::array_,
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi_vec.cc | 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
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-test-part.h | 140 std::vector<TestPartResult> array_;
|