Home
last modified time | relevance | path

Searched refs:concept (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
Dbackward_compatibility.hpp12 namespace concept = concepts;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dconcept_check.hpp49 # 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/
Dmake.info-2959 * The concept of doing several things at once (parallelism) exists in
1027 not a revolutionary concept. *Note Conditional Parts of
Dmake.texi13 @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}.
Dmake.info-14240 Computed variable names are a complicated concept needed only for