Home
last modified time | relevance | path

Searched defs:trait (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Dhas_nothrow_constructor.cpp61 static const bool trait = __has_nothrow_constructor(T); member in My2
65 const bool My2<T>::trait; member in My2<T>
70 { static const bool trait = b; }; member
73 const bool My3_help<T, b>::trait; member in My3_help<T, b>
Dhas_nothrow_copy-1.cpp91 static const bool trait = __has_nothrow_copy(T); member in My2
95 const bool My2<T>::trait; member in My2<T>
99 { static const bool trait = b; }; member
102 const bool My3_help<T, b>::trait; member in My3_help<T, b>
Dhas_nothrow_assign.cpp101 static const bool trait = __has_nothrow_assign(T); member in My2
105 const bool My2<T>::trait; member in My2<T>
109 { static const bool trait = b; }; member
112 const bool My3_help<T, b>::trait; member in My3_help<T, b>
/ndk/tests/device/test-stlport_shared-exception/jni/
Dhas_nothrow_constructor.cpp61 static const bool trait = __has_nothrow_constructor(T); member in My2
65 const bool My2<T>::trait; member in My2<T>
70 { static const bool trait = b; }; member
73 const bool My3_help<T, b>::trait; member in My3_help<T, b>
Dhas_nothrow_copy-1.cpp91 static const bool trait = __has_nothrow_copy(T); member in My2
95 const bool My2<T>::trait; member in My2<T>
99 { static const bool trait = b; }; member
102 const bool My3_help<T, b>::trait; member in My3_help<T, b>
Dhas_nothrow_assign.cpp101 static const bool trait = __has_nothrow_assign(T); member in My2
105 const bool My2<T>::trait; member in My2<T>
109 { static const bool trait = b; }; member
112 const bool My3_help<T, b>::trait; member in My3_help<T, b>