Home
last modified time | relevance | path

Searched refs:IP2 (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/spirit/test/qi/
Dterminal_ex.cpp325 #define IP2 ops(2, 3) in main() macro
326 check_type_2<int, int>(IP2); in main()
327 BOOST_TEST(test_attr("++---/", IP2 >> '/', c) && c == 5); in main()
/third_party/boost/boost/gil/
Dimage.hpp106 template <typename P2, bool IP2, typename Alloc2>
107 …image(const image<P2,IP2,Alloc2>& img) : _memory(nullptr), _align_in_bytes(img._align_in_bytes), _… in image() argument
343 template <typename P2, bool IP2, typename Alloc2> friend class image;