Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/stl/
H A D_pthread_alloc.h109 template <class _NewType> struct rebind { struct
110 typedef pthread_allocator<_NewType> other;
198 template <class _NewType> struct rebind { struct
199 typedef pthread_allocator<_NewType> other;
H A D_iostream_string.h54 template <class _Tp1> struct rebind { struct
78 * the basic_string. This is why the associated __stl_alloc_rebind has only one template argument
H A D_alloc.h285 template <class _Tp1> struct rebind { struct
286 typedef allocator<_Tp1> other;
374 template <class _Tp1> struct rebind { struct
375 typedef allocator<_Tp1> other;
/reactos/sdk/lib/3rdparty/stlport/test/eh/
H A DPrefix.h132 template <class _Tp1> struct rebind { struct
133 typedef EH_allocator<_Tp1> other;
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dmvctor_declaration_test.cpp93 template <class _Tp1> struct rebind { struct in std::allocator
94 typedef allocator<_Tp1> other;
H A Dstack_allocator.h83 struct rebind { struct
84 typedef StackAllocator<_Other> other;
H A Dvector_test.cpp512 template <class _Tp1> struct rebind { struct
513 typedef NotSTLportAllocator<_Tp1> other;
/reactos/drivers/network/tcpip/lwip/src/core/
H A Dudp.c935 u8_t rebind; in udp_bind() local
/reactos/base/services/dhcpcsvc/include/
H A Ddhcpd.h155 time_t expiry, renewal, rebind; member