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.hpp623 struct EHABISectionIterator { struct
624 typedef EHABISectionIterator _Self;
626 typedef std::random_access_iterator_tag iterator_category;
627 typedef typename A::pint_t value_type;
628 typedef typename A::pint_t* pointer;
629 typedef typename A::pint_t& reference;
630 typedef size_t size_type;
631 typedef size_t difference_type;
633 static _Self begin(A& addressSpace, const UnwindInfoSections& sects) { in begin()
636 static _Self end(A& addressSpace, const UnwindInfoSections& sects) { in end()
[all …]