Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
Dtransparent.pass.cpp14 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/
Dtransparent.pass.cpp14 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/
Dtransparent.pass.cpp14 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/
Dtransparent.pass.cpp14 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/
Dis_transparent.h23 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/
Dgoogle_highlight.json1 …,"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/
Dcoverage_html.js315 coverage.is_transparent = function (color) { function
/external/libpng/contrib/libtests/
Dpngvalid.c4580 int is_transparent; /* Transparency information was present. */ member