Searched refs:tag (Results 1 - 25 of 113) sorted by relevance

12345

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/std.iterator.tags/
H A Dinput_iterator_tag.pass.cpp19 std::input_iterator_tag tag; local
H A Doutput_iterator_tag.pass.cpp19 std::output_iterator_tag tag; local
H A Dbidirectional_iterator_tag.pass.cpp19 std::bidirectional_iterator_tag tag; local
H A Dforward_iterator_tag.pass.cpp19 std::forward_iterator_tag tag; local
H A Drandom_access_iterator_tag.pass.cpp19 std::random_access_iterator_tag tag; local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
H A Dhas_tag.hpp20 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_tag, tag, false)
H A Dmsvc_eti_base.hpp42 typedef result_ tag; typedef in struct:boost::mpl::aux::msvc_eti_base_impl::result_
71 typedef msvc_eti_base tag; typedef in struct:boost::mpl::aux::msvc_eti_base
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
H A Ditem.hpp18 #include <boost/mpl/list/aux_/tag.hpp>
35 typedef aux::list_tag tag; typedef in struct:boost::mpl::l_item
48 typedef aux::list_tag tag; typedef in struct:boost::mpl::l_end
H A DO1_size.hpp18 #include <boost/mpl/list/aux_/tag.hpp>
H A Dclear.hpp19 #include <boost/mpl/list/aux_/tag.hpp>
H A Dempty.hpp19 #include <boost/mpl/list/aux_/tag.hpp>
H A Dfront.hpp18 #include <boost/mpl/list/aux_/tag.hpp>
H A Dpop_front.hpp19 #include <boost/mpl/list/aux_/tag.hpp>
H A Dpush_back.hpp19 #include <boost/mpl/list/aux_/tag.hpp>
H A Dsize.hpp18 #include <boost/mpl/list/aux_/tag.hpp>
H A Dpush_front.hpp20 #include <boost/mpl/list/aux_/tag.hpp>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
H A Dvector0.hpp23 #include <boost/mpl/vector/aux_/tag.hpp>
33 typedef aux::vector_tag tag; typedef in struct:boost::mpl::vector0
41 typedef aux::vector_tag<0> tag;
H A Dpop_back.hpp23 # include <boost/mpl/vector/aux_/tag.hpp>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
H A Darg.hpp17 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag)
35 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag)
53 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag)
71 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag)
89 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag)
107 BOOST_MPL_AUX_ARG_TYPEDEF(na, tag)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
H A Dtag.hpp13 // $Id: tag.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
27 typedef typename T::tag type;
31 template< typename T, typename Default = void_ > struct tag struct in namespace:boost::mpl
H A Dbool.hpp26 typedef integral_c_tag tag; typedef in struct:bool_
H A Diterator_range.hpp30 typedef iterator_range_tag tag; typedef in struct:boost::mpl::iterator_range
H A Dsequence_tag.hpp38 typedef typename Sequence::tag type;
52 typedef typename Sequence::tag type;
98 AUX_CLASS_SEQUENCE_TAG_SPEC(true, true, typename Sequence::tag)
99 AUX_CLASS_SEQUENCE_TAG_SPEC(true, false, typename Sequence::tag)
/ndk/sources/host-tools/ndk-stack/elff/
H A Ddwarf_utils.h40 /* Gets DWARF tag name string (DW_TAG_Xxx) for a given tag.
42 * tag - DWARF tag to get name string for.
45 * tag value passed to this routine has not been recognized.
47 const char* dwarf_tag_name(Dwarf_Tag tag);
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dfile-has-acl.c64 acl_tag_t tag; local
65 if (acl_get_tag_type (ace, &tag) < 0)
67 if (!(tag == ACL_USER_OBJ || tag == ACL_GROUP_OBJ || tag == ACL_OTHER))
82 acl_tag_t tag = ace->ae_tag;
84 if (!(tag == ACL_USER_OBJ || tag == ACL_GROUP_OBJ
85 || tag == ACL_OTHER_OBJ))
99 acl_tag_t tag;
[all...]

Completed in 168 milliseconds

12345