Searched refs:is_same (Results 101 - 125 of 391) sorted by relevance

1234567891011>>

/external/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
H A Dtypes.pass.cpp25 static_assert((std::is_same<result_type, long>::value), "");
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
H A Dtypes.pass.cpp25 static_assert((std::is_same<result_type, float>::value), "");
/external/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/
H A Dtypes.pass.cpp23 static_assert((std::is_same<std::seed_seq::result_type, std::uint_least32_t>::value), "");
/external/libcxx/test/re/re.syn/
H A Dcmatch.pass.cpp19 static_assert((std::is_same<std::match_results<const char*>, std::cmatch>::value), "");
H A Dcregex_iterator.pass.cpp19 static_assert((std::is_same<std::regex_iterator<const char*>, std::cregex_iterator>::value), "");
H A Dcregex_token_iterator.pass.cpp19 static_assert((std::is_same<std::regex_token_iterator<const char*>, std::cregex_token_iterator>::value), "");
H A Dcsub_match.pass.cpp19 static_assert((std::is_same<std::sub_match<const char*>, std::csub_match>::value), "");
H A Dregex.pass.cpp19 static_assert((std::is_same<std::basic_regex<char>, std::regex>::value), "");
H A Dsmatch.pass.cpp19 static_assert((std::is_same<std::match_results<std::string::const_iterator>, std::smatch>::value), "");
H A Dsregex_iterator.pass.cpp19 static_assert((std::is_same<std::regex_iterator<std::string::const_iterator>, std::sregex_iterator>::value), "");
H A Dsregex_token_iterator.pass.cpp19 static_assert((std::is_same<std::regex_token_iterator<std::string::const_iterator>, std::sregex_token_iterator>::value), "");
H A Dssub_match.pass.cpp19 static_assert((std::is_same<std::sub_match<std::string::const_iterator>, std::ssub_match>::value), "");
H A Dwcmatch.pass.cpp19 static_assert((std::is_same<std::match_results<const wchar_t*>, std::wcmatch>::value), "");
H A Dwcregex_iterator.pass.cpp19 static_assert((std::is_same<std::regex_iterator<const wchar_t*>, std::wcregex_iterator>::value), "");
H A Dwcregex_token_iterator.pass.cpp19 static_assert((std::is_same<std::regex_token_iterator<const wchar_t*>, std::wcregex_token_iterator>::value), "");
H A Dwcsub_match.pass.cpp19 static_assert((std::is_same<std::sub_match<const wchar_t*>, std::wcsub_match>::value), "");
H A Dwregex.pass.cpp19 static_assert((std::is_same<std::basic_regex<wchar_t>, std::wregex>::value), "");
H A Dwsmatch.pass.cpp19 static_assert((std::is_same<std::match_results<std::wstring::const_iterator>, std::wsmatch>::value), "");
H A Dwsregex_iterator.pass.cpp19 static_assert((std::is_same<std::regex_iterator<std::wstring::const_iterator>, std::wsregex_iterator>::value), "");
H A Dwsregex_token_iterator.pass.cpp19 static_assert((std::is_same<std::regex_token_iterator<std::wstring::const_iterator>, std::wsregex_token_iterator>::value), "");
H A Dwssub_match.pass.cpp19 static_assert((std::is_same<std::sub_match<std::wstring::const_iterator>, std::wssub_match>::value), "");
/external/libcxx/test/strings/basic.string/
H A Dtypes.pass.cpp49 static_assert((std::is_same<typename S::traits_type, Traits>::value), "");
50 static_assert((std::is_same<typename S::value_type, typename Traits::char_type>::value), "");
51 static_assert((std::is_same<typename S::value_type, typename Allocator::value_type>::value), "");
52 static_assert((std::is_same<typename S::allocator_type, Allocator>::value), "");
53 static_assert((std::is_same<typename S::size_type, typename std::allocator_traits<Allocator>::size_type>::value), "");
54 static_assert((std::is_same<typename S::difference_type, typename std::allocator_traits<Allocator>::difference_type>::value), "");
55 static_assert((std::is_same<typename S::reference, typename S::value_type&>::value), "");
56 static_assert((std::is_same<typename S::const_reference, const typename S::value_type&>::value), "");
57 static_assert((std::is_same<typename S::pointer, typename std::allocator_traits<Allocator>::pointer>::value), "");
58 static_assert((std::is_same<typenam
[all...]
/external/libcxx/test/thread/futures/futures.tas/
H A Dtypes.pass.cpp25 static_assert((std::is_same<std::packaged_task<A(int, char)>::result_type, A>::value), "");
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
H A Dtypes.pass.cpp25 static_assert((std::is_same<std::lock_guard<std::mutex>::mutex_type,
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/
H A Dtypes.pass.cpp25 static_assert((std::is_same<std::unique_lock<std::mutex>::mutex_type,

Completed in 2024 milliseconds

1234567891011>>