HomeSort by relevance Sort by last modified time
    Searched refs:is_same (Results 201 - 225 of 856) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/
types.pass.cpp 25 static_assert((std::is_same<std::weak_ptr<A>::element_type, A>::value), "");
  /external/libcxx/test/utilities/time/time.clock/time.clock.system/
consistency.pass.cpp 29 static_assert((std::is_same<C::rep, C::duration::rep>::value), "");
30 static_assert((std::is_same<C::period, C::duration::period>::value), "");
31 static_assert((std::is_same<C::duration, C::time_point::duration>::value), "");
32 static_assert((std::is_same<C::time_point::clock, C>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
setjmp_h.pass.cpp 18 static_assert((std::is_same<__typeof__(longjmp(jb, 0)), void>::value),
19 "std::is_same<__typeof__(longjmp(jb, 0)), void>::value");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.ios.members/
streampos.pass.cpp 23 static_assert((std::is_same<std::ios_base::streampos, std::streampos>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstream/
types.pass.cpp 28 static_assert((std::is_same<std::strstream::char_type, char>::value), "");
29 static_assert((std::is_same<std::strstream::int_type, std::char_traits<char>::int_type>::value), "");
30 static_assert((std::is_same<std::strstream::pos_type, std::char_traits<char>::pos_type>::value), "");
31 static_assert((std::is_same<std::strstream::off_type, std::char_traits<char>::off_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 39 static_assert((std::is_same<It::difference_type, int>::value), "");
40 static_assert((std::is_same<It::value_type, A>::value), "");
41 static_assert((std::is_same<It::pointer, A*>::value), "");
42 static_assert((std::is_same<It::iterator_category, std::forward_iterator_tag>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
types.pass.cpp 30 static_assert((std::is_same<myconv::byte_string, std::string>::value), "");
31 static_assert((std::is_same<myconv::wide_string, std::wstring>::value), "");
32 static_assert((std::is_same<myconv::state_type, std::mbstate_t>::value), "");
33 static_assert((std::is_same<myconv::int_type, std::char_traits<wchar_t>::int_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
types.pass.cpp 24 static_assert((std::is_same<result_type, bool>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
types.pass.cpp 25 static_assert((std::is_same<result_type, long>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
types.pass.cpp 25 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.seedseq/
types.pass.cpp 23 static_assert((std::is_same<std::seed_seq::result_type, std::uint_least32_t>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.syn/
cmatch.pass.cpp 19 static_assert((std::is_same<std::match_results<const char*>, std::cmatch>::value), "");
cregex_iterator.pass.cpp 19 static_assert((std::is_same<std::regex_iterator<const char*>, std::cregex_iterator>::value), "");
cregex_token_iterator.pass.cpp 19 static_assert((std::is_same<std::regex_token_iterator<const char*>, std::cregex_token_iterator>::value), "");
csub_match.pass.cpp 19 static_assert((std::is_same<std::sub_match<const char*>, std::csub_match>::value), "");
regex.pass.cpp 19 static_assert((std::is_same<std::basic_regex<char>, std::regex>::value), "");
smatch.pass.cpp 19 static_assert((std::is_same<std::match_results<std::string::const_iterator>, std::smatch>::value), "");
sregex_iterator.pass.cpp 19 static_assert((std::is_same<std::regex_iterator<std::string::const_iterator>, std::sregex_iterator>::value), "");
sregex_token_iterator.pass.cpp 19 static_assert((std::is_same<std::regex_token_iterator<std::string::const_iterator>, std::sregex_token_iterator>::value), "");
ssub_match.pass.cpp 19 static_assert((std::is_same<std::sub_match<std::string::const_iterator>, std::ssub_match>::value), "");
wcmatch.pass.cpp 19 static_assert((std::is_same<std::match_results<const wchar_t*>, std::wcmatch>::value), "");
wcregex_iterator.pass.cpp 19 static_assert((std::is_same<std::regex_iterator<const wchar_t*>, std::wcregex_iterator>::value), "");
wcregex_token_iterator.pass.cpp 19 static_assert((std::is_same<std::regex_token_iterator<const wchar_t*>, std::wcregex_token_iterator>::value), "");
wcsub_match.pass.cpp 19 static_assert((std::is_same<std::sub_match<const wchar_t*>, std::wcsub_match>::value), "");
wregex.pass.cpp 19 static_assert((std::is_same<std::basic_regex<wchar_t>, std::wregex>::value), "");

Completed in 1305 milliseconds

1 2 3 4 5 6 7 891011>>