HomeSort by relevance Sort by last modified time
    Searched defs:boost (Results 1 - 25 of 469) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/functional/hash/
hash_fwd.hpp 3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
17 #include <boost/config.hpp>
19 #include <boost/detail/workaround.hpp>
21 namespace boost namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
apply_fwd.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // Preprocessed version of "boost/mpl/apply_fwd.hpp" header
12 namespace boost { namespace mpl { namespace
bind_fwd.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // Preprocessed version of "boost/mpl/bind_fwd.hpp" header
12 namespace boost { namespace mpl { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional_fwd.hpp 3 // Use, modification, and distribution is subject to the Boost Software
5 // http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/optional for documentation.
18 namespace boost { namespace
26 } // 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>
is_array.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.
17 #include <boost/type_traits/config.hpp>
20 # include <boost/type_traits/detail/yes_no_type.hpp>
21 # include <boost/type_traits/detail/wrap.hpp>
27 #include <boost/type_traits/detail/bool_trait_def.hpp>
29 namespace boost { namespace
52 using ::boost::type_traits::yes_type;
53 using ::boost::type_traits::no_type
    [all...]
is_const.hpp 6 // Use, modification and distribution are subject to the Boost Software License,
8 // http://www.boost.org/LICENSE_1_0.txt).
10 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
15 // http://groups.yahoo.com/group/boost/message/5441
24 #include <boost/config.hpp>
25 #include <boost/detail/workaround.hpp>
28 # include <boost/type_traits/detail/cv_traits_impl.hpp>
30 # include <boost/type_traits/is_reference.hpp>
33 # include <boost/type_traits/remove_bounds.hpp>
36 # include <boost/type_traits/is_reference.hpp
45 namespace boost { namespace
    [all...]
is_float.hpp 3 // Use, modification and distribution are subject to the Boost Software License,
5 // http://www.boost.org/LICENSE_1_0.txt).
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
13 #include <boost/type_traits/detail/bool_trait_def.hpp>
15 namespace boost { namespace
23 } // namespace boost
25 #include <boost/type_traits/detail/bool_trait_undef.hpp>
is_floating_point.hpp 3 // Use, modification and distribution are subject to the Boost Software License,
5 // http://www.boost.org/LICENSE_1_0.txt).
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
13 #include <boost/type_traits/detail/bool_trait_def.hpp>
15 namespace boost { namespace
23 } // namespace boost
25 #include <boost/type_traits/detail/bool_trait_undef.hpp>
is_integral.hpp 3 // Use, modification and distribution are subject to the Boost Software License,
5 // http://www.boost.org/LICENSE_1_0.txt).
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
12 #include <boost/config.hpp>
15 #include <boost/type_traits/detail/bool_trait_def.hpp>
17 namespace boost { namespace
42 // compiler, see http://lists.boost.org/MailArchives/boost-users/msg06567.php,
47 // Same set of integral types as in boost/type_traits/integral_promotion.hpp.
65 BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral, ::boost::ulong_long_type,true
    [all...]
is_lvalue_reference.hpp 6 // Use, modification and distribution are subject to the Boost Software License,
8 // http://www.boost.org/LICENSE_1_0.txt).
10 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
15 // http://groups.yahoo.com/group/boost/message/5441
24 #include <boost/type_traits/config.hpp>
27 # include <boost/type_traits/detail/yes_no_type.hpp>
28 # include <boost/type_traits/detail/wrap.hpp>
32 #include <boost/type_traits/detail/bool_trait_def.hpp>
34 namespace boost { namespace
56 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T const ,::boost::is_lvalue_reference<T>::value
    [all...]
is_member_function_pointer.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/type_traits/config.hpp>
15 #include <boost/detail/workaround.hpp>
24 # include <boost/type_traits/detail/is_mem_fun_pointer_impl.hpp>
25 # include <boost/type_traits/remove_cv.hpp>
27 # include <boost/type_traits/is_reference.hpp>
28 # include <boost/type_traits/is_array.hpp>
29 # include <boost/type_traits/detail/yes_no_type.hpp
38 namespace boost { namespace
    [all...]
is_member_pointer.hpp 6 // Use, modification and distribution are subject to the Boost Software License,
8 // http://www.boost.org/LICENSE_1_0.txt).
10 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
15 // http://groups.yahoo.com/group/boost/message/5441
24 #include <boost/type_traits/config.hpp>
25 #include <boost/detail/workaround.hpp>
28 # include <boost/type_traits/is_member_function_pointer.hpp>
30 # include <boost/type_traits/is_reference.hpp>
31 # include <boost/type_traits/is_array.hpp>
32 # include <boost/type_traits/detail/is_mem_fun_pointer_tester.hpp
41 namespace boost { namespace
    [all...]
is_pointer.hpp 6 // Use, modification and distribution are subject to the Boost Software License,
8 // http://www.boost.org/LICENSE_1_0.txt).
10 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
15 // http://groups.yahoo.com/group/boost/message/5441
24 #include <boost/type_traits/is_member_pointer.hpp>
25 #include <boost/type_traits/detail/ice_and.hpp>
26 #include <boost/type_traits/detail/ice_not.hpp>
27 #include <boost/type_traits/config.hpp>
29 #include <boost/type_traits/remove_cv.hpp>
33 # include <boost/type_traits/is_reference.hpp
43 namespace boost { namespace
    [all...]
is_rvalue_reference.hpp 3 // Use, modification and distribution are subject to the Boost Software License,
5 // http://www.boost.org/LICENSE_1_0.txt).
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
12 #include <boost/type_traits/config.hpp>
15 #include <boost/type_traits/detail/bool_trait_def.hpp>
17 namespace boost { namespace
24 } // namespace boost
26 #include <boost/type_traits/detail/bool_trait_undef.hpp>
is_same.hpp 6 // Use, modification and distribution are subject to the Boost Software License,
8 // http://www.boost.org/LICENSE_1_0.txt).
10 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
15 // http://groups.yahoo.com/group/boost/message/5441
24 #include <boost/type_traits/config.hpp>
26 #include <boost/type_traits/detail/yes_no_type.hpp>
27 #include <boost/type_traits/detail/ice_and.hpp>
28 #include <boost/type_traits/is_reference.hpp>
31 #include <boost/type_traits/detail/bool_trait_def.hpp>
33 namespace boost { namespace
    [all...]
is_void.hpp 3 // Use, modification and distribution are subject to the Boost Software License,
5 // http://www.boost.org/LICENSE_1_0.txt).
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
12 #include <boost/config.hpp>
15 #include <boost/type_traits/detail/bool_trait_def.hpp>
17 namespace boost { namespace
34 } // namespace boost
36 #include <boost/type_traits/detail/bool_trait_undef.hpp>
  /external/clang/test/PCH/Inputs/
typo.hpp 1 namespace boost { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
assert.hpp 2 // boost/assert.hpp - BOOST_ASSERT(expr)
10 // Distributed under the Boost Software License, Version 1.0. (See
12 // http://www.boost.org/LICENSE_1_0.txt)
16 // See http://www.boost.org/libs/utility/assert.html for documentation.
37 #include <boost/current_function.hpp>
39 namespace boost namespace
43 } // namespace boost
47 : ::boost::assertion_failed(#expr, BOOST_CURRENT_FUNCTION, __FILE__, __LINE__))
66 #include <boost/current_function.hpp>
68 namespace boost
    [all...]
get_pointer.hpp 2 // Distributed under the Boost Software License, Version 1.0. (See
4 // http://www.boost.org/LICENSE_1_0.txt)
8 // In order to avoid circular dependencies with Boost.TR1
12 # include <boost/config/no_tr1/memory.hpp> // std::auto_ptr
14 namespace boost { namespace
31 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
backward_compatibility.hpp 1 // Copyright David Abrahams 2009. Distributed under the Boost
3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 namespace boost namespace
14 } // namespace boost::concept
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/
usage.hpp 1 // Copyright David Abrahams 2006. Distributed under the Boost
3 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 # include <boost/concept/assert.hpp>
8 # include <boost/detail/workaround.hpp>
9 # include <boost/concept/detail/backward_compatibility.hpp>
11 namespace boost { namespace concepts { namespace
29 BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
35 BOOST_CONCEPT_ASSERT((boost::concepts::usage_requirements<model>)); \
42 }} // namespace boost::concepts
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
current_exception_cast.hpp 3 //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
16 boost namespace

Completed in 224 milliseconds

1 2 3 4 5 6 7 8 91011>>