Searched refs:index_ (Results 1 – 6 of 6) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
D | item.hpp | 36 typedef typename Base::upper_bound_ index_; typedef 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 56 typedef index_ lower_bound_; 61 static aux::type_wrapper<T> item_(index_); 73 typedef typename prior<typename Base::upper_bound_>::type index_; typedef 74 typedef index_ upper_bound_; 79 static aux::type_wrapper<void_> item_(index_); 89 typedef typename Base::lower_bound_ index_; typedef [all …]
|
D | at.hpp | 34 typedef long_< (Vector::lower_bound_::value + n_) > index_; typedef 35 typedef __typeof__( Vector::item_(index_()) ) type;
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 240 : file_(a_file), line_(a_line), index_(an_index), in InternalRunDeathTestFlag() 250 int index() const { return index_; } in index() 256 int index_; variable
|
D | gtest-param-util.h | 202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 210 index_++; in Advance() 223 CheckedDowncastToActualType<const Iterator>(&other)->index_; in Equals() 224 return index_ == other_index; in Equals() 230 base_(other.base_), value_(other.value_), index_(other.index_), in Iterator() 238 int index_; variable
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi_vec.cc | 74 : array_(array), index_(index), element_size_(element_size), in scoped_cleanup() 80 index_, in ~scoped_cleanup() 90 size_t& index_; member in __anon8c942adf0111::scoped_cleanup
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-port_test.cc | 1154 DestructorTracker() : index_(GetNewIndex()) {} in DestructorTracker() 1156 : index_(GetNewIndex()) {} in DestructorTracker() 1160 g_destroyed[index_] = true; in ~DestructorTracker() 1168 const int index_; member in testing::internal::DestructorTracker
|