Searched defs:is_transparent (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/ |
D | transparent.pass.cpp | 14 struct is_transparent struct 19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument 28 static_assert ( !is_transparent<std::plus<int>>::value, "" ); in main() argument
|
/external/libcxx/test/std/utilities/function.objects/logical.operations/ |
D | transparent.pass.cpp | 14 struct is_transparent struct 19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument 28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" ); in main() argument
|
/external/libcxx/test/std/utilities/function.objects/bitwise.operations/ |
D | transparent.pass.cpp | 14 struct is_transparent struct 19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument 28 static_assert ( !is_transparent<std::bit_and<int>>::value, "" ); in main() argument
|
/external/libcxx/test/std/utilities/function.objects/comparisons/ |
D | transparent.pass.cpp | 14 struct is_transparent struct 19 template <class _Up> static char __test(typename _Up::is_transparent* = 0); argument 28 static_assert ( !is_transparent<std::less<int>>::value, "" ); in main() argument
|
/external/libcxx/test/support/ |
D | is_transparent.h | 23 typedef void is_transparent; // correct typedef 45 typedef void is_transparent; // error - should be accessible typedef 56 int is_transparent; // error - should be a type member
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | google_highlight.json | 1 …,"args":{"sort_index":-1}},{"cat":"__metadata","pid":26343,"tid":26368,"ts":0,"ph":"M","name":"pro… number
|
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/ |
D | coverage_html.js | 315 coverage.is_transparent = function (color) { function
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 4580 int is_transparent; /* Transparency information was present. */ member
|