HomeSort by relevance Sort by last modified time
    Searched refs:is_same (Results 251 - 275 of 1631) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
propagate_on_container_copy_assignment.pass.cpp 26 static_assert((std::is_same<
30 static_assert((std::is_same<
34 static_assert((std::is_same<
propagate_on_container_move_assignment.pass.cpp 26 static_assert((std::is_same<
30 static_assert((std::is_same<
34 static_assert((std::is_same<
propagate_on_container_swap.pass.cpp 26 static_assert((std::is_same<
30 static_assert((std::is_same<
34 static_assert((std::is_same<
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/negators/
binary_negate.pass.cpp 22 static_assert((std::is_same<int, F::first_argument_type>::value), "" );
23 static_assert((std::is_same<int, F::second_argument_type>::value), "" );
24 static_assert((std::is_same<bool, F::result_type>::value), "" );
  /external/libcxx/test/libcxx/thread/futures/futures.task/
types.pass.cpp 30 static_assert((std::is_same<std::packaged_task<A(int, char)>::result_type, A>::value), "");
  /external/libcxx/test/libcxx/thread/thread.threads/thread.thread.class/
types.pass.cpp 27 static_assert((std::is_same<std::thread::native_handle_type, pthread_t>::value), "");
  /external/libcxx/test/std/containers/sequences/list/
types.pass.cpp 36 static_assert((std::is_same<C::value_type, int>::value), "");
37 static_assert((std::is_same<C::allocator_type, std::allocator<int> >::value), "");
38 static_assert((std::is_same<C::reference, std::allocator<int>::reference>::value), "");
39 static_assert((std::is_same<C::const_reference, std::allocator<int>::const_reference>::value), "");
40 static_assert((std::is_same<C::pointer, std::allocator<int>::pointer>::value), "");
41 static_assert((std::is_same<C::const_pointer, std::allocator<int>::const_pointer>::value), "");
45 static_assert((std::is_same<typename C::difference_type,
47 static_assert((std::is_same<typename C::difference_type,
54 static_assert((std::is_same<C::value_type, int>::value), "");
55 static_assert((std::is_same<C::allocator_type, min_allocator<int> >::value), "")
    [all...]
  /external/libcxx/test/std/depr/depr.ios.members/
streampos.pass.cpp 27 static_assert((std::is_same<std::ios_base::streampos, std::streampos>::value), "");
  /external/libcxx/test/std/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), "");
  /external/libcxx/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), "");
  /external/libcxx/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), "");
  /external/libcxx/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), "");
  /external/libcxx/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), "");
  /external/libcxx/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), "");
  /external/libcxx/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), "");
  /external/libcxx/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), "");

Completed in 914 milliseconds

<<11121314151617181920>>