HomeSort by relevance Sort by last modified time
    Searched refs:is_same (Results 26 - 50 of 92) sorted by null

12 3 4

  /ndk/tests/device/test-stlport/unit/
reference_wrapper_test.cpp 32 CPPUNIT_CHECK( (::boost::is_same<rr_type::type, int>::value) );
63 CPPUNIT_CHECK( (::boost::is_same<crr_type::type, const int>::value) );
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 62 template<typename T, typename U> struct is_same { static const bool value = false; }; struct in namespace:libcxx_example
63 template<typename T> struct is_same<T, T> { static const bool value = true; }; struct in namespace:libcxx_example
72 static const bool value = !is_same<type, nat>::value;
  /external/dbus/test/name-test/
test-threads-init.c 75 dbus_bool_t is_same)
80 if (is_same)
93 dbus_bool_t is_same)
98 if (is_same)
  /external/llvm/include/llvm/Support/
type_traits.h 86 template<typename T, typename U> struct is_same : public false_type {}; struct in namespace:llvm
87 template<typename T> struct is_same<T, T> : public true_type {}; struct in namespace:llvm
156 !is_same<UnderlyingT, float>::value &&
157 !is_same<UnderlyingT, double>::value &&
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
node_metadata_selector.hpp 88 is_same<
  /prebuilts/gcc/linux-x86/host/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;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type;
  /prebuilts/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;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type;
  /prebuilts/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;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 86 typedef is_same<default_fn, Comb_Hash_Fn> same_type;
110 typedef is_same<default_fn, Comb_Probe_Fn> same_type;
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p4.cpp 12 struct is_same { struct
17 struct is_same<T, T> { struct
173 int check_temp_arg_1[is_same<tuple_of_ints<1, 2, 3, 4, 5>::type,
example-tuple.cpp 28 struct is_same { struct
33 struct is_same<T, T> { struct
166 int check_tuple_element_0[is_same<tuple_element<0, tuple<int&, float, double>>::type,
169 int check_tuple_element_1[is_same<tuple_element<1, tuple<int&, float, double>>::type,
172 int check_tuple_element_2[is_same<tuple_element<2, tuple<int&, float, double>>::type,
  /external/clang/test/SemaCXX/
nullptr.cpp 79 template<typename T, typename U> struct is_same { struct in namespace:test1
83 template<typename T> struct is_same<T, T> { struct in namespace:test1
91 static_assert(is_same<decltype(g(nullptr)), void*>::value, "");

Completed in 2991 milliseconds

12 3 4