Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dxutility.d234 struct _Iterator_base12 in version() struct
237 void _Adopt()(_Container_base12 *_Parent) nothrow @nogc @safe in version()
266 void _Clrcont()() nothrow @nogc @safe in version()
270 const(_Container_base12)* _Getcont()() const nothrow @nogc @safe in version()
274 inout(_Iterator_base12*)*_Getpnext()() inout nothrow @nogc @safe in version()
278 void _Orphan_me()() nothrow @nogc @safe in version()
294 enum bool _Unwrap_when_unverified = _ITERATOR_DEBUG_LEVEL == 0; in version()
296 _Container_proxy *_Myproxy; in version()
297 _Iterator_base12 *_Mynextiter; in version()