Home
last modified time | relevance | path

Searched defs:is_transparent (Results 1 – 25 of 100) sorted by relevance

1234

/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Dranges_operations.h38 using is_transparent = void; member
49 using is_transparent = void; member
60 using is_transparent = void; member
71 using is_transparent = void; member
82 using is_transparent = void; member
93 using is_transparent = void; member
/external/libcxx/test/std/utilities/function.objects/comparisons/
Dtransparent.pass.cpp15 struct is_transparent struct
20 template <class U> static char test(typename U::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
/external/libcxx/test/std/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp15 struct is_transparent struct
20 template <class U> static char test(typename U::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main() argument
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
Dtransparent.pass.cpp15 struct is_transparent struct
20 template <class U> static char test(typename U::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/
Dtransparent.pass.cpp15 struct is_transparent struct
20 template <class U> static char test(typename U::is_transparent* = 0); argument
27 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/comparisons/
Dtransparent.pass.cpp16 struct is_transparent struct
21 template <class U> static char test(typename U::is_transparent* = 0); argument
29 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
Dtransparent_three_way.compile.pass.cpp15 typename T::is_transparent; member in T
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/bitwise.operations/
Dtransparent.pass.cpp16 struct is_transparent struct
21 template <class U> static char test(typename U::is_transparent* = 0); argument
28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/arithmetic.operations/
Dtransparent.pass.cpp16 struct is_transparent struct
21 template <class U> static char test(typename U::is_transparent* = 0); argument
29 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/logical.operations/
Dtransparent.pass.cpp16 struct is_transparent struct
21 template <class U> static char test(typename U::is_transparent* = 0); argument
29 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main() argument
/external/libcxx/test/support/
Dis_transparent.h25 using is_transparent = void; // correct member
35 using is_transparent = void () const &; // it's a type; a weird one, but a type member
68 int is_transparent; // error - should be a type member
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dis_transparent.h26 using is_transparent = void; // correct member
36 using is_transparent = void () const &; // it's a type; a weird one, but a type member
69 int is_transparent; // error - should be a type member
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhash_function_defaults.h71 using is_transparent = void; member
85 using is_transparent = void; member
Dbtree.h85 using is_transparent = void; member
113 using is_transparent = void; member
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults.h71 using is_transparent = void; member
85 using is_transparent = void; member
Dbtree.h85 using is_transparent = void; member
113 using is_transparent = void; member
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dhash_function_defaults.h71 using is_transparent = void; member
85 using is_transparent = void; member
Dbtree.h85 using is_transparent = void; member
113 using is_transparent = void; member
/external/cronet/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults.h75 using is_transparent = void; member
86 using is_transparent = void; member
/external/abseil-cpp/absl/container/internal/
Dhash_function_defaults.h71 using is_transparent = void; member
82 using is_transparent = void; member
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults.h75 using is_transparent = void; member
86 using is_transparent = void; member
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Dhash_function_defaults.h71 using is_transparent = void; member
82 using is_transparent = void; member
Dbtree.h98 using is_transparent = void; member
131 using is_transparent = void; member
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dhash_function_defaults.h71 using is_transparent = void; member
82 using is_transparent = void; member
Dbtree.h99 using is_transparent = void; member
132 using is_transparent = void; member

1234