Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dptr_list_ref.h65 ReversePtrListRefIterator() : current() {} in ReversePtrListRefIterator() function
67 explicit ReversePtrListRefIterator(T right) : current(right) {} in ReversePtrListRefIterator() function
70 ReversePtrListRefIterator(const ReversePtrListRefIterator<Other> &right) : current(right.base()) in ReversePtrListRefIterator() function