Searched defs:_Answer (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A Dboost_type_traits.h100 static _Type _Answer() { return _Type(); } function in struct:_TrivialCopy
117 static _Type _Answer() { return _Type(); } function in struct:_TrivialUCopy
145 static _Ret _Answer() { return _Ret(); } function in struct:_TrivialInit
H A Dtype_traits.h397 static _Ret _Answer() { return _Ret(); } function in struct:_TrivialCopy
412 static _Ret _Answer() { return _Ret(); } function in struct:_TrivialUCopy
434 static _Ret _Answer() { return _Ret(); } function in struct:_TrivialInit
485 static _Ret _Answer() { return _Ret(); } function in struct:_BothPtrType
492 static _Type _Answer() { return _Type(); } function in struct:_OKToSwap
512 static _Ret _Answer() { return _Ret(); } function in struct:_NegativeAnswer
547 static _Type _Answer() { return _Type(); } function in struct:_IsPOD
557 static _Ret _Answer() { return _Ret(); } function in struct:_DefaultZeroValueQuestion
619 # define _STLP_IS_POD_ITER(_It, _Tp) _Is_POD( _STLP_VALUE_TYPE( _It, _Tp ) )._Answer()

Completed in 209 milliseconds