Home
last modified time | relevance | path

Searched defs:EHABISectionIterator (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp630 struct EHABISectionIterator { struct
631 typedef EHABISectionIterator _Self;
633 typedef std::random_access_iterator_tag iterator_category;
634 typedef typename A::pint_t value_type;
635 typedef typename A::pint_t* pointer;
636 typedef typename A::pint_t& reference;
637 typedef size_t size_type;
638 typedef size_t difference_type;
640 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
643 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
[all …]