Searched refs:b4 (Results 1 – 6 of 6) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
D | ice_or.hpp | 16 template <bool b1, bool b2, bool b3 = false, bool b4 = false, bool b5 = false, bool b6 = false, boo… 19 template <bool b1, bool b2, bool b3, bool b4, bool b5, bool b6, bool b7>
|
D | ice_and.hpp | 17 template <bool b1, bool b2, bool b3 = true, bool b4 = true, bool b5 = true, bool b6 = true, bool b7… 20 template <bool b1, bool b2, bool b3, bool b4, bool b5, bool b6, bool b7>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
D | mem_fn_template.hpp | 490 …1, class B2, class B3, class B4> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4) const in BOOST_MEM_FN_NAME() 492 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4); in BOOST_MEM_FN_NAME() 495 …class B2, class B3, class B4> R call(U & u, void const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4) const in BOOST_MEM_FN_NAME() 497 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3, b4); in BOOST_MEM_FN_NAME() 554 …1, class B2, class B3, class B4> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4) const in BOOST_MEM_FN_NAME() 556 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4); in BOOST_MEM_FN_NAME() 559 …class B2, class B3, class B4> R call(U & u, void const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4) const in BOOST_MEM_FN_NAME() 561 BOOST_MEM_FN_RETURN (get_pointer(u)->*f_)(b1, b2, b3, b4); in BOOST_MEM_FN_NAME() 603 …B3, class B4, class B5> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3, B4 & b4, B5 & b5) const in BOOST_MEM_FN_NAME() 605 BOOST_MEM_FN_RETURN (u.*f_)(b1, b2, b3, b4, b5); in BOOST_MEM_FN_NAME() [all …]
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | dyncast7.cpp | 18 const B& b4 = dynamic_cast<const B&>(a); in x() local
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | dyncast7.cpp | 18 const B& b4 = dynamic_cast<const B&>(a); in x() local
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngpriv.h | 639 #define PNG_CHUNK(b1,b2,b3,b4) \ argument 640 (PNG_32b(b1,24) | PNG_32b(b2,16) | PNG_32b(b3,8) | PNG_32b(b4,0))
|