OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_IsPOD
(Results
1 - 2
of
2
) sorted by null
/external/stlport/stlport/stl/
type_traits.h
145
template <class
_IsPOD
> struct __type_traits_aux {
545
struct
_IsPOD
{
551
inline
_IsPOD
<_Tp> _Is_POD(_Tp*)
552
{ return
_IsPOD
<_Tp>(); }
/external/stlport/stlport/stl/debug/
_string.h
57
typedef typename
_IsPOD
<_CharT>::_Type _Char_Is_POD;
Completed in 25 milliseconds