Searched refs:concept (Results 1 – 5 of 5) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/ |
D | backward_compatibility.hpp | 12 namespace concept = concepts;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | concept_check.hpp | 49 # define BOOST_CLASS_REQUIRE(type_var, ns, concept) \ argument 50 BOOST_CONCEPT_ASSERT((ns::concept<type_var>)) 52 # define BOOST_CLASS_REQUIRE2(type_var1, type_var2, ns, concept) \ argument 53 BOOST_CONCEPT_ASSERT((ns::concept<type_var1,type_var2>)) 55 # define BOOST_CLASS_REQUIRE3(tv1, tv2, tv3, ns, concept) \ argument 56 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3>)) 58 # define BOOST_CLASS_REQUIRE4(tv1, tv2, tv3, tv4, ns, concept) \ argument 59 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3,tv4>))
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make.info-2 | 959 * The concept of doing several things at once (parallelism) exists in 1027 not a revolutionary concept. *Note Conditional Parts of
|
D | make.texi | 13 @c Combine the program and concept indices: 5159 Computed variable names are a complicated concept needed only for 10044 The concept of doing several things at once (parallelism) exists in 10129 revolutionary concept. @xref{Conditionals, ,Conditional Parts of Makefiles}.
|
D | make.info-1 | 4240 Computed variable names are a complicated concept needed only for
|