HomeSort by relevance Sort by last modified time
    Searched full:boost (Results 351 - 375 of 1302) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
item.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/long.hpp>
18 #include <boost/mpl/list/aux_/tag.hpp>
19 #include <boost/mpl/aux_/config/msvc.hpp>
20 #include <boost/mpl/aux_/config/workaround.hpp>
22 namespace boost { namespace mpl { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
pair.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/msvc_eti_base.hpp>
18 #include <boost/mpl/aux_/na_spec.hpp>
19 #include <boost/mpl/aux_/lambda_support.hpp>
20 #include <boost/mpl/aux_/config/eti.hpp>
22 namespace boost { namespace mpl { namespace
protect.hpp 8 // Distributed under the Boost Software License, Version 1.0.
10 // http://www.boost.org/LICENSE_1_0.txt)
12 // See http://www.boost.org/libs/mpl for documentation.
18 #include <boost/mpl/aux_/arity.hpp>
19 #include <boost/mpl/aux_/config/dtp.hpp>
20 #include <boost/mpl/aux_/nttp_decl.hpp>
21 #include <boost/mpl/aux_/na_spec.hpp>
23 namespace boost { namespace mpl { namespace
same_as.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/not.hpp>
18 #include <boost/mpl/aux_/lambda_spec.hpp>
19 #include <boost/mpl/aux_/config/forwarding.hpp>
21 #include <boost/type_traits/is_same.hpp>
23 namespace boost { namespace mpl { namespace
tag.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/eval_if.hpp>
18 #include <boost/mpl/void.hpp>
19 #include <boost/mpl/aux_/has_tag.hpp>
20 #include <boost/mpl/aux_/config/eti.hpp>
22 namespace boost { namespace mpl { namespace
sequence_tag.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/sequence_tag_fwd.hpp>
18 #include <boost/mpl/aux_/has_tag.hpp>
19 #include <boost/mpl/aux_/has_begin.hpp>
20 #include <boost/mpl/aux_/na_spec.hpp>
21 #include <boost/mpl/aux_/is_msvc_eti_arg.hpp>
22 #include <boost/mpl/aux_/config/eti.hpp>
23 #include <boost/mpl/aux_/yes_no.hpp
26 namespace boost { namespace mpl { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
begin_end.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/config/typeof.hpp>
21 # include <boost/mpl/begin_end_fwd.hpp>
22 # include <boost/mpl/vector/aux_/iterator.hpp>
23 # include <boost/mpl/vector/aux_/tag.hpp>
25 namespace boost { namespace mpl { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
next_prior.hpp 0 // Boost next_prior.hpp header file ---------------------------------------//
3 // (C) Copyright Dave Abrahams and Daniel Walker 1999-2003. Distributed under the Boost
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/utility for documentation.
17 namespace boost { namespace
24 // const std::list<T>::iterator prev = boost::prior(p);
25 // const std::list<T>::iterator next = boost::next(prev, 2);
49 } // namespace boost
integer_traits.hpp 0 /* boost integer_traits.hpp header file
4 * Distributed under the Boost Software License, Version 1.0. (See
6 * http://www.boost.org/LICENSE_1_0.txt)
13 // See http://www.boost.org/libs/integer for documentation.
19 #include <boost/config.hpp>
20 #include <boost/limits.hpp>
33 // ../../../boost/integer_traits.hpp:164:66: warning: use of C99 long long integer constant
42 namespace boost { namespace
173 class integer_traits< ::boost::long_long_type>
174 : public std::numeric_limits< ::boost::long_long_type>
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter.hpp 2 // Use, modification, and distribution is subject to the Boost Software
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 #include "boost/numeric/conversion/conversion_traits.hpp"
14 #include "boost/numeric/conversion/converter_policies.hpp"
16 #include "boost/numeric/conversion/detail/converter.hpp"
18 namespace boost { namespace numeric namespace
64 } } // namespace boost::numeric
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
bounds.hpp 2 // Use, modification, and distribution is subject to the Boost Software
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 #include "boost/limits.hpp"
14 #include "boost/config.hpp"
15 #include "boost/mpl/if.hpp"
17 namespace boost { namespace numeric { namespace boundsdetail namespace
54 } } } // namespace boost::numeric::boundsdetail.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/
add.hpp 5 # * Distributed under the Boost Software License, Version 1.0. (See
7 # * http://www.boost.org/LICENSE_1_0.txt)
12 # /* See http://www.boost.org for most recent version. */
17 # include <boost/preprocessor/arithmetic/dec.hpp>
18 # include <boost/preprocessor/arithmetic/inc.hpp>
19 # include <boost/preprocessor/config/config.hpp>
20 # include <boost/preprocessor/control/while.hpp>
21 # include <boost/preprocessor/tuple/elem.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/
transform.hpp 4 # * Distributed under the Boost Software License, Version 1.0. (See
6 # * http://www.boost.org/LICENSE_1_0.txt)
10 # /* See http://www.boost.org for most recent version. */
15 # include <boost/preprocessor/config/config.hpp>
16 # include <boost/preprocessor/seq/fold_left.hpp>
17 # include <boost/preprocessor/seq/seq.hpp>
18 # include <boost/preprocessor/tuple/elem.hpp>
19 # include <boost/preprocessor/tuple/rem.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
char_parameter.ipp 3 // Boost Software License, Version 1.0. (See accompanying file
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
21 #include <boost/test/utils/runtime/cla/char_parameter.hpp>
23 namespace boost {
55 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
add_const.hpp 4 // Use, modification and distribution are subject to the Boost Software License,
6 // http://www.boost.org/LICENSE_1_0.txt).
8 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
13 #include <boost/config.hpp>
16 #include <boost/type_traits/detail/type_trait_def.hpp>
18 namespace boost { namespace
43 } // namespace boost
45 #include <boost/type_traits/detail/type_trait_undef.hpp>
add_cv.hpp 4 // Use, modification and distribution are subject to the Boost Software License,
6 // http://www.boost.org/LICENSE_1_0.txt).
8 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
14 #include <boost/config.hpp>
17 #include <boost/type_traits/detail/type_trait_def.hpp>
19 namespace boost { namespace
44 } // namespace boost
46 #include <boost/type_traits/detail/type_trait_undef.hpp>
add_volatile.hpp 4 // Use, modification and distribution are subject to the Boost Software License,
6 // http://www.boost.org/LICENSE_1_0.txt).
8 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
13 #include <boost/config.hpp>
16 #include <boost/type_traits/detail/type_trait_def.hpp>
18 namespace boost { namespace
43 } // namespace boost
45 #include <boost/type_traits/detail/type_trait_undef.hpp>
  /external/stlport/stlport/
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
end.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/config.hpp>
21 #include <boost/range/detail/end.hpp>
24 #include <boost/range/detail/implementation_help.hpp>
25 #include <boost/range/iterator.hpp>
26 #include <boost/range/const_iterator.hpp>
28 namespace boost namespace
121 namespace boost namespace
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
memory 72 namespace boost {
90 } // namespace boost
93 # include <boost/shared_ptr.hpp>
96 # include <boost/weak_ptr.hpp>
99 # include <boost/enable_shared_from_this.hpp>
106 using ::boost::bad_weak_ptr;
107 using ::boost::shared_ptr;
108 using ::boost::swap;
109 using ::boost::static_pointer_cast;
110 using ::boost::dynamic_pointer_cast
    [all...]

Completed in 844 milliseconds

<<11121314151617181920>>