Home
last modified time | relevance | path

Searched refs:_Move_Construct_Aux (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_construct.h158 __attribute__((always_inline)) inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __false_… in _Move_Construct_Aux() function
167 __attribute__((always_inline)) inline void _Move_Construct_Aux(_T1* __p, _T2& __val, const __true_t… in _Move_Construct_Aux() function
178 _Move_Construct_Aux(__p, __val, _Is_POD(__p)._Answer()); in _Move_Construct()