HomeSort by relevance Sort by last modified time
    Searched refs:is_same (Results 226 - 250 of 1584) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/iterators/stream.iterators/istream.iterator/
types.pass.cpp 53 static_assert((std::is_same<I1::iterator_category, std::input_iterator_tag>::value), "");
54 static_assert((std::is_same<I1::value_type, double>::value), "");
55 static_assert((std::is_same<I1::difference_type, std::ptrdiff_t>::value), "");
56 static_assert((std::is_same<I1::pointer, const double*>::value), "");
57 static_assert((std::is_same<I1::reference, const double&>::value), "");
59 static_assert((std::is_same<I1::char_type, char>::value), "");
60 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
61 static_assert((std::is_same<I1::istream_type, std::istream>::value), "");
71 static_assert((std::is_same<I2::iterator_category, std::input_iterator_tag>::value), "");
72 static_assert((std::is_same<I2::value_type, unsigned>::value), "")
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
types.pass.cpp 24 static_assert((std::is_same<result_type, bool>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
types.pass.cpp 25 static_assert((std::is_same<result_type, long>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
types.pass.cpp 25 static_assert((std::is_same<result_type, float>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.syn/
cmatch.pass.cpp 20 static_assert((std::is_same<std::match_results<const char*>, std::cmatch>::value), "");
cregex_iterator.pass.cpp 20 static_assert((std::is_same<std::regex_iterator<const char*>, std::cregex_iterator>::value), "");
cregex_token_iterator.pass.cpp 20 static_assert((std::is_same<std::regex_token_iterator<const char*>, std::cregex_token_iterator>::value), "");
csub_match.pass.cpp 20 static_assert((std::is_same<std::sub_match<const char*>, std::csub_match>::value), "");
regex.pass.cpp 20 static_assert((std::is_same<std::basic_regex<char>, std::regex>::value), "");
smatch.pass.cpp 20 static_assert((std::is_same<std::match_results<std::string::const_iterator>, std::smatch>::value), "");
sregex_iterator.pass.cpp 20 static_assert((std::is_same<std::regex_iterator<std::string::const_iterator>, std::sregex_iterator>::value), "");
sregex_token_iterator.pass.cpp 20 static_assert((std::is_same<std::regex_token_iterator<std::string::const_iterator>, std::sregex_token_iterator>::value), "");
ssub_match.pass.cpp 20 static_assert((std::is_same<std::sub_match<std::string::const_iterator>, std::ssub_match>::value), "");
wcmatch.pass.cpp 20 static_assert((std::is_same<std::match_results<const wchar_t*>, std::wcmatch>::value), "");
wcregex_iterator.pass.cpp 20 static_assert((std::is_same<std::regex_iterator<const wchar_t*>, std::wcregex_iterator>::value), "");
wcregex_token_iterator.pass.cpp 20 static_assert((std::is_same<std::regex_token_iterator<const wchar_t*>, std::wcregex_token_iterator>::value), "");
wcsub_match.pass.cpp 20 static_assert((std::is_same<std::sub_match<const wchar_t*>, std::wcsub_match>::value), "");
wregex.pass.cpp 20 static_assert((std::is_same<std::basic_regex<wchar_t>, std::wregex>::value), "");
wsmatch.pass.cpp 20 static_assert((std::is_same<std::match_results<std::wstring::const_iterator>, std::wsmatch>::value), "");
wsregex_iterator.pass.cpp 20 static_assert((std::is_same<std::regex_iterator<std::wstring::const_iterator>, std::wsregex_iterator>::value), "");
wsregex_token_iterator.pass.cpp 20 static_assert((std::is_same<std::regex_token_iterator<std::wstring::const_iterator>, std::wsregex_token_iterator>::value), "");
wssub_match.pass.cpp 20 static_assert((std::is_same<std::sub_match<std::wstring::const_iterator>, std::wssub_match>::value), "");

Completed in 248 milliseconds

1 2 3 4 5 6 7 8 91011>>