HomeSort by relevance Sort by last modified time
    Searched defs:boost (Results 376 - 400 of 471) sorted by null

<<111213141516171819

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
addressof.hpp 6 // Distributed under the Boost Software License, Version 1.0. (See
8 // http://www.boost.org/LICENSE_1_0.txt)
10 // For more information, see http://www.boost.org
15 # include <boost/config.hpp>
16 # include <boost/detail/workaround.hpp>
18 namespace boost namespace
55 return boost::detail::addressof_impl<T>::f( v, 0 );
59 return boost::detail::addressof_impl<T>::f( boost::detail::addr_impl_ref<T>( v ), 0 );
100 } // namespace boost
    [all...]
enable_if.hpp 0 // Boost enable_if library
5 // Use, modification, and distribution is subject to the Boost Software
7 // http://www.boost.org/LICENSE_1_0.txt)
17 #include "boost/config.hpp"
24 namespace boost namespace
72 } // namespace boost
76 namespace boost {
115 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
io_fwd.hpp 0 // Boost io_fwd.hpp header file --------------------------------------------//
4 // to the Boost Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
7 // See <http://www.boost.org/libs/io/> for the library's home page.
15 namespace boost namespace
21 // From <boost/io/ios_state.hpp> -------------------------------------------//
64 } // namespace boost
array.hpp 5 * http://www.boost.org/libs/array/
12 * Distributed under the Boost Software License, Version 1.0. (See
14 * http://www.boost.org/LICENSE_1_0.txt)
16 * 14 Apr 2012 - (mtc) Added support for boost::hash
33 #include <boost/detail/workaround.hpp>
38 # pragma warning(disable:4510) // boost::array<T,N>' : default constructor could not be generated
39 # pragma warning(disable:4610) // warning C4610: class 'boost::array<T,N>' can never be instantiated - user defined constructor required
44 #include <boost/assert.hpp>
45 #include <boost/swap.hpp>
48 #include <boost/detail/iterator.hpp
57 namespace boost { namespace
    [all...]
concept_check.hpp 5 // Distributed under the Boost Software License, Version 1.0. (See
7 // http://www.boost.org/LICENSE_1_0.txt)
12 // 01 April 2001: Modified to use new <boost/limits.hpp> header. (JMaddock)
15 // See http://www.boost.org/libs/concept_check for documentation.
20 # include <boost/concept/assert.hpp>
22 # include <boost/iterator.hpp>
23 # include <boost/type_traits/conversion_traits.hpp>
25 # include <boost/type_traits/is_same.hpp>
26 # include <boost/type_traits/is_void.hpp>
27 # include <boost/mpl/assert.hpp
35 namespace boost namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp 9 // Boost Software License, Version 1.0.
11 // or copy at http://www.boost.org/LICENSE_1_0.txt)
26 #include <boost/math/special_functions/detail/round_fwd.hpp>
27 #include <boost/math/tools/promotion.hpp> // for argument promotion.
28 #include <boost/math/policies/policy.hpp>
29 #include <boost/mpl/comparison.hpp>
30 #include <boost/config/no_tr1/complex.hpp>
34 namespace boost namespace
848 } // namespace boost
854 inline T modf(const T& v, boost::long_long_type* ipart){ using boost::math::modf; return modf(v, ipart, Policy()); }
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
fold_impl.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/aux_/fold_impl.hpp" header
12 namespace boost { namespace mpl { namespace aux { namespace
iter_fold_impl.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/aux_/iter_fold_impl.hpp" header
12 namespace boost { namespace mpl { namespace aux { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_gcc_mips.hpp 15 // Distributed under the Boost Software License, Version 1.0. (See
17 // http://www.boost.org/LICENSE_1_0.txt)
23 #include <boost/detail/sp_typeinfo.hpp>
25 namespace boost namespace
179 } // namespace boost
sp_counted_base_spin.hpp 16 // Distributed under the Boost Software License, Version 1.0. (See
18 // http://www.boost.org/LICENSE_1_0.txt)
21 #include <boost/detail/sp_typeinfo.hpp>
22 #include <boost/smart_ptr/detail/spinlock_pool.hpp>
24 namespace boost namespace
129 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp 10 // Distributed under the Boost Software License, Version 1.0. (See
12 // http://www.boost.org/LICENSE_1_0.txt)
14 // See http://www.boost.org/libs/smart_ptr/shared_array.htm for documentation.
17 #include <boost/config.hpp> // for broken compiler workarounds
20 #include <boost/smart_ptr/detail/shared_array_nmt.hpp>
25 #include <boost/assert.hpp>
26 #include <boost/checked_delete.hpp>
28 #include <boost/smart_ptr/detail/shared_count.hpp>
29 #include <boost/detail/workaround.hpp>
35 namespace boost namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_collector.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
19 // Boost.Test
20 #include <boost/test/test_observer.hpp>
22 #include <boost/test/detail/global_typedef.hpp>
23 #include <boost/test/detail/fwd_decl.hpp>
25 #include <boost/test/utils/trivial_singleton.hpp>
26 #include <boost/test/utils/class_properties.hpp>
28 #include <boost/test/detail/suppress_warnings.hpp
32 namespace boost { namespace
    [all...]
unit_test_log.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
20 // Boost.Test
21 #include <boost/test/test_observer.hpp>
23 #include <boost/test/detail/global_typedef.hpp>
24 #include <boost/test/detail/log_level.hpp>
25 #include <boost/test/detail/fwd_decl.hpp>
27 #include <boost/test/utils/wrap_stringstream.hpp>
28 #include <boost/test/utils/trivial_singleton.hpp
41 namespace boost { namespace
    [all...]
unit_test_log_formatter.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 // Boost.Test
19 #include <boost/test/detail/global_typedef.hpp>
20 #include <boost/test/detail/log_level.hpp>
21 #include <boost/test/detail/fwd_decl.hpp>
23 #include <boost/test/execution_monitor.hpp>
29 #include <boost/test/detail/suppress_warnings.hpp>
33 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
bcs_char_traits.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 // Boost
19 #include <boost/config.hpp>
20 #include <boost/detail/workaround.hpp>
21 #include <boost/test/detail/config.hpp>
22 #include <boost/type_traits/add_const.hpp>
28 #include <boost/test/detail/suppress_warnings.hpp>
32 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
modifier.hpp 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 // Boost.Test
22 #include <boost/test/utils/named_params.hpp>
24 namespace boost { namespace
67 } // namespace boost
parser.hpp 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>
20 #include <boost/test/utils/runtime/fwd.hpp>
21 #include <boost/test/utils/runtime/argument.hpp>
23 #include <boost/test/utils/runtime/cla/fwd.hpp>
24 #include <boost/test/utils/runtime/cla/modifier.hpp>
25 #include <boost/test/utils/runtime/cla/argv_traverser.hpp
33 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 // Boost
19 #include <boost/config.hpp>
27 // Boost.Test
28 #include <boost/test/detail/config.hpp>
29 #include <boost/test/utils/basic_cstring/basic_cstring.hpp>
30 #include <boost/test/utils/wrap_stringstream.hpp>
31 #include <boost/test/utils/basic_cstring/io.hpp> // operator<<(boost::runtime::cstring
51 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
variable.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
22 // Boost.Runtime.Parameter
23 #include <boost/test/utils/runtime/config.hpp>
24 #include <boost/test/utils/runtime/fwd.hpp>
25 #include <boost/test/utils/runtime/parameter.hpp>
26 #include <boost/test/utils/runtime/argument.hpp>
28 #include <boost/test/utils/runtime/env/fwd.hpp>
30 // Boost
33 namespace boost { namespace
196 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
function_traits.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>
13 #include <boost/type_traits/is_function.hpp>
14 #include <boost/type_traits/add_pointer.hpp>
16 namespace boost { namespace
169 public boost::detail::function_traits_helper<typename boost::add_pointer<Function>::type>
230 BOOST_STATIC_CONSTANT(unsigned, arity = (sizeof(boost::detail::function_arity_helper((Function*)0))-1))
    [all...]
is_convertible.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 #include <boost/type_traits/intrinsics.hpp>
17 #include <boost/type_traits/detail/yes_no_type.hpp>
18 #include <boost/type_traits/config.hpp>
19 #include <boost/type_traits/is_array.hpp>
20 #include <boost/type_traits/add_reference.hpp>
21 #include <boost/type_traits/ice.hpp>
22 #include <boost/type_traits/is_arithmetic.hpp
39 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
util.hpp 0 // Boost string_algo library util.hpp header file ---------------------------//
5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/ for updates, documentation, and revision history.
14 #include <boost/algorithm/string/config.hpp>
16 #include <boost/range/iterator_range.hpp>
18 namespace boost { namespace
103 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
replace.hpp 0 // Boost string_algo library replace.hpp header file ---------------------------//
5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // See http://www.boost.org/ for updates, documentation, and revision history.
14 #include <boost/algorithm/string/config.hpp>
16 #include <boost/range/iterator_range.hpp>
17 #include <boost/range/begin.hpp>
18 #include <boost/range/end.hpp>
19 #include <boost/range/iterator.hpp>
20 #include <boost/range/const_iterator.hpp
32 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn.hpp 17 // Distributed under the Boost Software License, Version 1.0. (See
19 // http://www.boost.org/LICENSE_1_0.txt)
21 // See http://www.boost.org/libs/bind/mem_fn.html for documentation.
24 #include <boost/config.hpp>
25 #include <boost/get_pointer.hpp>
26 #include <boost/detail/workaround.hpp>
28 namespace boost namespace
47 #include <boost/bind/mem_fn_template.hpp>
57 #include <boost/bind/mem_fn_template.hpp>
69 #include <boost/bind/mem_fn_template.hpp
    [all...]
storage.hpp 13 // boost/bind.hpp support header, optimized storage
17 // Distributed under the Boost Software License, Version 1.0.
19 // http://www.boost.org/LICENSE_1_0.txt
21 // See http://www.boost.org/libs/bind/bind.html for documentation.
24 #include <boost/config.hpp>
25 #include <boost/bind/arg.hpp>
32 namespace boost namespace
54 template<int I> struct storage1< boost::arg<I> >
56 explicit storage1( boost::arg<I> ) {}
60 static boost::arg<I> a1_() { return boost::arg<I>();
    [all...]

Completed in 755 milliseconds

<<111213141516171819