Home
last modified time | relevance | path

Searched refs:BOOST_CONCEPT_ASSERT (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
Dfind_format.hpp65 BOOST_CONCEPT_ASSERT(( in find_format_copy()
70 BOOST_CONCEPT_ASSERT(( in find_format_copy()
99 BOOST_CONCEPT_ASSERT(( in find_format_copy()
104 BOOST_CONCEPT_ASSERT(( in find_format_copy()
135 BOOST_CONCEPT_ASSERT(( in find_format()
140 BOOST_CONCEPT_ASSERT(( in find_format()
184 BOOST_CONCEPT_ASSERT(( in find_format_all_copy()
189 BOOST_CONCEPT_ASSERT(( in find_format_all_copy()
219 BOOST_CONCEPT_ASSERT(( in find_format_all_copy()
224 BOOST_CONCEPT_ASSERT(( in find_format_all_copy()
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dconcept_check.hpp45 BOOST_CONCEPT_ASSERT((Model)); in function_requires()
50 BOOST_CONCEPT_ASSERT((ns::concept<type_var>))
53 BOOST_CONCEPT_ASSERT((ns::concept<type_var1,type_var2>))
56 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3>))
59 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3,tv4>))
453 BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
465 BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
466 BOOST_CONCEPT_ASSERT((Convertible<Arg, argument_type>));
484 BOOST_CONCEPT_ASSERT((Convertible<result_type, Return>));
485 BOOST_CONCEPT_ASSERT((Convertible<First, first_argument_type>));
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_concepts.hpp116 BOOST_CONCEPT_ASSERT((
136 BOOST_CONCEPT_ASSERT((
152 BOOST_CONCEPT_ASSERT((
162 BOOST_CONCEPT_ASSERT((
180 BOOST_CONCEPT_ASSERT((
264 BOOST_CONCEPT_ASSERT((SinglePassIterator<Iterator>));
265 BOOST_CONCEPT_ASSERT((SinglePassIterator<ConstIterator>));
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/
Dusage.hpp29 BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
35 BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
Dassert.hpp43 # define BOOST_CONCEPT_ASSERT(ModelInParens) \ macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Dconcepts.hpp92 #define BOOST_RANGE_CONCEPT_ASSERT( x ) BOOST_CONCEPT_ASSERT( x )