HomeSort by relevance Sort by last modified time
    Searched full:is_convertible (Results 126 - 150 of 257) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
multimap.h 188 std::enable_if<std::is_convertible<_Pair,
211 std::enable_if<std::is_convertible<_Pair,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
map.h 216 std::enable_if<std::is_convertible<_Pair,
248 std::enable_if<std::is_convertible<_Pair,
multimap.h 203 std::enable_if<std::is_convertible<_Pair,
229 std::enable_if<std::is_convertible<_Pair,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/
map.h 256 std::enable_if<std::is_convertible<_Pair,
297 std::enable_if<std::is_convertible<_Pair,
multimap.h 188 std::enable_if<std::is_convertible<_Pair,
211 std::enable_if<std::is_convertible<_Pair,
  /external/chromium_org/extensions/common/permissions/
base_set_operators.h 72 COMPILE_ASSERT((base::is_convertible<T*, BaseSetOperators<T>*>::value),
  /external/chromium_org/third_party/webrtc/base/
scoped_ptr.h 104 #include "webrtc/base/template_util.h" // for is_convertible, is_array
124 // using a COMPILE_ASSERT() based on is_convertible<> and requiring
128 // Note, the is_convertible<U*, T*> check also ensures that U is not an
133 COMPILE_ASSERT((rtc::is_convertible<U*, T*>::value),
  /external/clang/www/
libstdc++4.4-clang0x.patch 281 + std::enable_if<std::is_convertible<_U1, _T1>::value>::type>
286 + std::enable_if<std::is_convertible<_U2, _T2>::value>::type>
291 + std::enable_if<std::is_convertible<_U1, _T1>::value
292 + && std::is_convertible<_U2, _T2>::value>::type>
  /external/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
insert_hint_rvalue.pass.cpp 17 // class = typename enable_if<is_convertible<P, value_type>::value>::type>
insert_rvalue.pass.cpp 17 // class = typename enable_if<is_convertible<P, value_type>::value>::type>
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
insert_hint_rvalue.pass.cpp 17 // class = typename enable_if<is_convertible<P, value_type>::value>::type>
insert_rvalue.pass.cpp 17 // class = typename enable_if<is_convertible<P, value_type>::value>::type>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
insert_hint_rvalue.pass.cpp 17 // class = typename enable_if<is_convertible<P, value_type>::value>::type>
insert_rvalue.pass.cpp 17 // class = typename enable_if<is_convertible<P, value_type>::value>::type>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
insert_hint_rvalue.pass.cpp 17 // class = typename enable_if<is_convertible<P, value_type>::value>::type>
insert_rvalue.pass.cpp 17 // class = typename enable_if<is_convertible<P, value_type>::value>::type>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
allocator.h 223 : public integral_constant<bool, is_convertible<_Alloc,
shared_ptr.h 217 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
235 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
405 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
410 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
shared_ptr.h 217 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
235 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
468 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
473 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
shared_ptr.h 217 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
235 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
468 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
473 std::enable_if<std::is_convertible<_Tp1*, _Tp*>::value>::type>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 205 struct is_convertible
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 205 struct is_convertible
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits 205 struct is_convertible
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
type_traits 205 struct is_convertible
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
allocator.h 223 : public integral_constant<bool, is_convertible<_Alloc,

Completed in 4313 milliseconds

1 2 3 4 56 7 8 91011