HomeSort by relevance Sort by last modified time
    Searched defs:same_type (Results 1 - 4 of 4) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_resize_policy
89 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type; typedef in struct:__gnu_pbds::detail::default_probe_fn
113 typedef __conditional_type<same_type::value, iftrue, iffalse> cond_type;
  /external/clang/test/SemaCXX/
generalized-initializers.cpp 5 struct same_type { static const bool value = false; }; struct
7 struct same_type<T, T> { static const bool value = true; }; struct
73 static_assert(same_type<decltype(l), std::initializer_list<int>>::value, "");

Completed in 247 milliseconds