Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dquiet_NaN.pass.cpp21 test_imp(std::true_type) in test_imp()
Dsignaling_NaN.pass.cpp21 test_imp(std::true_type) in test_imp()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-message.h206 inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) { in StreamHelper()
Dgtest-printers.h304 true_type /* is a pointer */, in DefaultPrintTo() argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
Dintegral_constant.hpp48 typedef integral_constant<bool,true> true_type; typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
Dfpclassify.hpp98 inline bool is_nan_helper(T t, const boost::true_type&) in is_nan_helper()