OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ulong_long_type
(Results
1 - 11
of
11
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/preprocessed/
numeric_cast_traits_long_long.hpp
28
, boost::
ulong_long_type
33
typedef Trunc<boost::
ulong_long_type
> rounding_policy;
52
, boost::
ulong_long_type
57
typedef Trunc<boost::
ulong_long_type
> rounding_policy;
76
, boost::
ulong_long_type
81
typedef Trunc<boost::
ulong_long_type
> rounding_policy;
100
, boost::
ulong_long_type
105
typedef Trunc<boost::
ulong_long_type
> rounding_policy;
124
, boost::
ulong_long_type
129
typedef Trunc<boost::
ulong_long_type
> rounding_policy
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp
179
class integer_traits< ::boost::
ulong_long_type
>
180
: public std::numeric_limits< ::boost::
ulong_long_type
>,
181
public detail::integer_traits_base< ::boost::
ulong_long_type
, 0, ULLONG_MAX>
189
class integer_traits< ::boost::
ulong_long_type
>
190
: public std::numeric_limits< ::boost::
ulong_long_type
>,
191
public detail::integer_traits_base< ::boost::
ulong_long_type
, 0, ULONG_LONG_MAX>
203
class integer_traits< ::boost::
ulong_long_type
>
204
: public std::numeric_limits< ::boost::
ulong_long_type
>,
205
public detail::integer_traits_base< ::boost::
ulong_long_type
, 0, ULONGLONG_MAX>
217
class integer_traits< ::boost::
ulong_long_type
>
[
all
...]
cstdint.hpp
307
typedef ::boost::
ulong_long_type
uintmax_t;
311
typedef ::boost::
ulong_long_type
uint64_t;
312
typedef ::boost::
ulong_long_type
uint_least64_t;
313
typedef ::boost::
ulong_long_type
uint_fast64_t;
limits.hpp
30
# define BOOST_ULLT ::boost::
ulong_long_type
concept_check.hpp
86
template <> struct Integer< ::boost::
ulong_long_type
> {};
122
template <> struct UnsignedInteger< ::boost::
ulong_long_type
> {};
lexical_cast.hpp
463
BOOST_LCAST_DEF(boost::
ulong_long_type
)
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
numeric_cast_traits.hpp
93
#define BOOST_NUMERIC_CONVERSION_SEQ_A() BOOST_NUMERIC_CONVERSION_BASE_BUILTIN_TYPES()(boost::long_long_type)(boost::
ulong_long_type
)
94
#define BOOST_NUMERIC_CONVERSION_SEQ_B() (boost::long_long_type)(boost::
ulong_long_type
)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
largest_int.hpp
42
template<> struct integral_rank<
ulong_long_type
>: int_<13> {};
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_integral.hpp
65
BOOST_TT_AUX_BOOL_TRAIT_CV_SPEC1(is_integral, ::boost::
ulong_long_type
,true)
make_unsigned.hpp
75
boost::
ulong_long_type
99
boost::
ulong_long_type
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
suffix.hpp
484
__extension__ typedef unsigned long long
ulong_long_type
;
typedef in namespace:boost
487
typedef unsigned long long
ulong_long_type
;
Completed in 1780 milliseconds