HomeSort by relevance Sort by last modified time
    Searched refs:has_begin (Results 1 - 6 of 6) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
has_begin.hpp 13 // $Id: has_begin.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
20 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_begin, begin, true)
begin_end_impl.hpp 21 #include <boost/mpl/aux_/has_begin.hpp>
53 typedef typename eval_if<aux::has_begin<Sequence, true_>,
63 typedef typename eval_if<aux::has_begin<Sequence, true_>,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
sequence_tag.hpp 19 #include <boost/mpl/aux_/has_begin.hpp>
88 # define AUX_CLASS_SEQUENCE_TAG_SPEC(has_tag, has_begin, result_type) \
89 template<> struct sequence_tag_impl<has_tag,has_begin> \
113 , ::boost::mpl::aux::has_begin<Sequence>::value
is_sequence.hpp 26 #include <boost/mpl/aux_/has_begin.hpp>
47 // MSVC 6.5/7.0 fails if 'has_begin' is instantiated on a class type that has a
48 // 'begin' member that doesn't name a type; e.g. 'has_begin< std::vector<int> >'
54 , identity< aux::has_begin<T> >
  /external/qemu/qapi-auto-generated/
qmp-commands.h 163 void qmp_dump_guest_memory(bool paging, const char * protocol, bool has_begin, int64_t begin, bool has_length, int64_t length, Error **errp);
qmp-marshal.c 3224 bool has_begin = false; local
    [all...]

Completed in 223 milliseconds