Searched refs:_UseTrivialUCopy (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A Dtype_traits.h505 inline _TrivialUCopy<_Src, _Dst> _UseTrivialUCopy(_Src*, _Dst*) function
528 inline _NegativeAnswer _UseTrivialUCopy(_Src*, const _Dst*) function
532 inline _NegativeAnswer _UseTrivialUCopy(_Src*, volatile _Dst*) function
536 inline _NegativeAnswer _UseTrivialUCopy(_Src*, const volatile _Dst*) function
H A D_uninitialized.h127 _UseTrivialUCopy(_STLP_VALUE_TYPE(__first, _InputIter),
/external/stlport/test/unit/
H A Dtype_traits_test.cpp468 return type_to_value(_UseTrivialUCopy(val1, val2)._Answer());

Completed in 336 milliseconds