HomeSort by relevance Sort by last modified time
    Searched full:enable_if (Results 251 - 275 of 392) sorted by null

<<111213141516

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_iterator_base_types.h 227 enable_if<is_convertible<typename
  /art/cmdline/
cmdline_parser_test.cc 59 typename std::enable_if<
74 typename std::enable_if<std::is_pod<T>::value>::type* = 0,
75 typename std::enable_if<!detail::SupportsEqualityOperator<T>::value>::type* = 0
  /art/cmdline/detail/
cmdline_parse_argument_detail.h 81 using EnableIfNumeric = std::enable_if<std::is_arithmetic<T>::value>;
84 using DisableIfNumeric = std::enable_if<!std::is_arithmetic<T>::value>;
289 void TypedCheck(typename std::enable_if<std::is_same<Unit, T>::value>::type* = 0) {
  /external/clang/include/clang/AST/
ASTTypeTraits.h 446 T, typename std::enable_if<std::is_base_of<Decl, T>::value>::type>
451 T, typename std::enable_if<std::is_base_of<Stmt, T>::value>::type>
456 T, typename std::enable_if<std::is_base_of<Type, T>::value>::type>
  /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
  /external/libchrome/base/numerics/
safe_numerics_unittest.cc 82 typename std::enable_if<numeric_limits<Dst>::is_integer &&
138 typename std::enable_if<numeric_limits<Dst>::is_integer &&
178 typename std::enable_if<numeric_limits<Dst>::is_iec559, int>::type = 0) {
    [all...]
  /external/libcxx/include/
functional     [all...]
iterator 521 typename enable_if<__is_forward_iterator<_ForwardIter>::value>::type* = 0)
532 typename enable_if<__is_bidirectional_iterator<_BidiretionalIter>::value>::type* = 0)
    [all...]
random     [all...]
type_traits 31 template <bool, class T = void> struct enable_if;
195 using enable_if_t = typename enable_if<b,T>::type; // C++14
240 template <bool, class _Tp = void> struct _LIBCPP_TYPE_VIS_ONLY enable_if {};
241 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY enable_if<true, _Tp> {typedef _Tp type;};
244 template <bool _Bp, class _Tp = void> using enable_if_t = typename enable_if<_Bp, _Tp>::type;
    [all...]
__mutex_base 324 typename enable_if
  /external/libweave/third_party/chromium/base/numerics/
safe_numerics_unittest.cc 78 typename std::enable_if<numeric_limits<Dst>::is_integer &&
134 typename std::enable_if<numeric_limits<Dst>::is_integer &&
174 typename std::enable_if<numeric_limits<Dst>::is_iec559, int>::type = 0) {
    [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 362 typename std::enable_if<std::is_arithmetic<T>::value, void>::type;
366 typename std::enable_if<std::is_class<T>::value, void>::type;
370 typename std::enable_if<std::is_enum<T>::value, void>::type;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 26 template <bool, class T = void> struct enable_if;
190 using enable_if_t = typename enable_if<b,T>::type; // C++14
221 template <bool, class _Tp = void> struct _LIBCPP_TYPE_VIS_ONLY enable_if {};
222 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY enable_if<true, _Tp> {typedef _Tp type;};
225 template <bool _Bp, class _Tp = void> using enable_if_t = typename enable_if<_Bp, _Tp>::type;
    [all...]
iterator 514 typename enable_if<__is_forward_iterator<_ForwardIter>::value>::type* = 0)
525 typename enable_if<__is_bidirectional_iterator<_BidiretionalIter>::value>::type* = 0)
    [all...]
random     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 26 template <bool, class T = void> struct enable_if;
190 using enable_if_t = typename enable_if<b,T>::type; // C++14
221 template <bool, class _Tp = void> struct _LIBCPP_TYPE_VIS_ONLY enable_if {};
222 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY enable_if<true, _Tp> {typedef _Tp type;};
225 template <bool _Bp, class _Tp = void> using enable_if_t = typename enable_if<_Bp, _Tp>::type;
    [all...]
iterator 514 typename enable_if<__is_forward_iterator<_ForwardIter>::value>::type* = 0)
525 typename enable_if<__is_bidirectional_iterator<_BidiretionalIter>::value>::type* = 0)
    [all...]
random     [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket_acceptor.hpp 229 typename enable_if<is_convertible<Protocol1, Protocol>::value>::type* = 0)
248 typename enable_if<is_convertible<Protocol1, Protocol>::value,
921 typename enable_if<is_convertible<Protocol, Protocol1>::value>::type* = 0)
956 typename enable_if<is_convertible<Protocol, Protocol1>::value>::type* = 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
functional 226 typename enable_if<
239 typename enable_if<
253 typename enable_if<
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
functional 226 typename enable_if<
239 typename enable_if<
253 typename enable_if<
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
functional 226 typename enable_if<
239 typename enable_if<
253 typename enable_if<
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
functional 194 typename enable_if<
207 typename enable_if<
221 typename enable_if<
    [all...]
type_traits 147 // member type). This is very similar to std::enable_if, but we cannot use
    [all...]

Completed in 688 milliseconds

<<111213141516