Searched refs:index_ (Results 1 - 7 of 7) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
H A Ditem.hpp36 typedef typename Base::upper_bound_ index_; typedef in struct:boost::mpl::v_item
37 typedef typename next<index_>::type upper_bound_;
44 static aux::type_wrapper<T> item_(index_);
55 typedef typename prior<typename Base::lower_bound_>::type index_; typedef in struct:boost::mpl::v_item
56 typedef index_ lower_bound_;
61 static aux::type_wrapper<T> item_(index_);
73 typedef typename prior<typename Base::upper_bound_>::type index_; typedef in struct:boost::mpl::v_mask
74 typedef index_ upper_bound_;
79 static aux::type_wrapper<void_> item_(index_);
89 typedef typename Base::lower_bound_ index_; typedef in struct:boost::mpl::v_mask
[all...]
H A Dat.hpp34 typedef long_< (Vector::lower_bound_::value + n_) > index_; typedef in struct:boost::mpl::v_at_impl
35 typedef __typeof__( Vector::item_(index_()) ) type;
/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_proc_maps.cpp130 ProcMapsInternal() : index_(0), entries_() {}
137 index_ = 0;
160 void Rewind() { index_ = 0; }
163 if (index_ >= entries_.GetCount())
166 *entry = entries_[index_++];
179 size_t index_; member in class:crazy::ProcMapsInternal
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h240 : file_(a_file), line_(a_line), index_(an_index),
250 int index() const { return index_; }
256 int index_; member in class:testing::internal::InternalRunDeathTestFlag
H A Dgtest-param-util.h202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
/ndk/sources/cxx-stl/gabi++/src/
H A Dcxxabi_vec.cc74 : array_(array), index_(index), element_size_(element_size),
80 index_,
90 size_t& index_; member in class:__anon133::scoped_cleanup
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest-port_test.cc1154 DestructorTracker() : index_(GetNewIndex()) {}
1156 : index_(GetNewIndex()) {}
1160 g_destroyed[index_] = true;
1168 const int index_; member in class:testing::internal::DestructorTracker

Completed in 168 milliseconds