OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:integral_constant
(Results
26 - 50
of
201
) sorted by null
1
2
3
4
5
6
7
8
9
/frameworks/av/media/libstagefright/include/foundation/
TypeTraits.h
35
: std::
integral_constant
<bool, std::is_integral<T>::value || std::is_enum<T>::value> { };
76
: std::
integral_constant
<bool, std::is_signed<
84
: std::
integral_constant
<bool, std::is_unsigned<
138
: std::
integral_constant
<bool, are_unique<Us...>::value && !is_one_of<T, Us...>::value> {};
149
struct _find_first_impl<Base, T> : std::
integral_constant
<size_t, 0> {};
155
struct _find_first_impl<Base, T, T, Us...> : std::
integral_constant
<size_t, Base> {};
162
: std::
integral_constant
<size_t, _find_first_impl<Base + 1, T, Us...>::value> {};
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
type_utils.hpp
69
using std::tr1::
integral_constant
;
70
typedef std::tr1::
integral_constant
<int, 1> true_type;
71
typedef std::tr1::
integral_constant
<int, 0> false_type;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
type_utils.hpp
69
using std::tr1::
integral_constant
;
70
typedef std::tr1::
integral_constant
<int, 1> true_type;
71
typedef std::tr1::
integral_constant
<int, 0> false_type;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/
type_utils.hpp
69
using std::tr1::
integral_constant
;
70
typedef std::tr1::
integral_constant
<int, 1> true_type;
71
typedef std::tr1::
integral_constant
<int, 0> false_type;
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
type_utils.hpp
69
using std::tr1::
integral_constant
;
70
typedef std::tr1::
integral_constant
<int, 1> true_type;
71
typedef std::tr1::
integral_constant
<int, 0> false_type;
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
type_utils.hpp
69
using std::tr1::
integral_constant
;
70
typedef std::tr1::
integral_constant
<int, 1> true_type;
71
typedef std::tr1::
integral_constant
<int, 0> false_type;
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/
type_utils.hpp
69
using std::tr1::
integral_constant
;
70
typedef std::tr1::
integral_constant
<int, 1> true_type;
71
typedef std::tr1::
integral_constant
<int, 0> false_type;
/external/libcxx/test/std/utilities/template.bitset/bitset.members/
all.pass.cpp
24
const bool greater_than_1 = std::
integral_constant
<bool, (N > 1)>::value; // avoid compiler warnings
any.pass.cpp
24
const bool greater_than_1 = std::
integral_constant
<bool, (N > 1)>::value; // avoid compiler warnings
none.pass.cpp
24
const bool greater_than_1 = std::
integral_constant
<bool, (N > 1)>::value; // avoid compiler warnings
index_const.pass.cpp
35
const bool greater_than_0 = std::
integral_constant
<bool, (N > 0)>::value; // avoid compiler warnings
op_eq_eq.pass.cpp
40
const bool greater_than_0 = std::
integral_constant
<bool, (N > 0)>::value; // avoid compiler warnings
/external/llvm/include/llvm/Support/
PointerLikeTypeTraits.h
35
: std::
integral_constant
<size_t, ConstantLog2<N / 2>::value + 1> {};
36
template <> struct ConstantLog2<1> : std::
integral_constant
<size_t, 0> {};
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp
108
return to_ptr(
integral_constant
<int, Simple>());
116
return *to_ptr(
integral_constant
<int, Simple>());
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp
108
return to_ptr(
integral_constant
<int, Simple>());
116
return *to_ptr(
integral_constant
<int, Simple>());
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp
108
return to_ptr(
integral_constant
<int, Simple>());
116
return *to_ptr(
integral_constant
<int, Simple>());
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp
108
return to_ptr(
integral_constant
<int, Simple>());
116
return *to_ptr(
integral_constant
<int, Simple>());
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp
108
return to_ptr(
integral_constant
<int, Simple>());
116
return *to_ptr(
integral_constant
<int, Simple>());
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp
108
return to_ptr(
integral_constant
<int, Simple>());
116
return *to_ptr(
integral_constant
<int, Simple>());
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
tuple_size_incomplete.pass.cpp
16
// : public
integral_constant
<size_t, sizeof...(Types)> { };
34
template <> class tuple_size<Dummy1> : public
integral_constant
<size_t, 0> {};
/external/libcxx/test/std/utilities/variant/variant.helpers/
variant_size.pass.cpp
35
static_assert(std::is_base_of<std::
integral_constant
<std::size_t, E>,
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
minus1.pass.cpp
71
const bool long_is_64 = std::
integral_constant
<bool, sizeof(long) == sizeof(int64_t)>::value; // avoid compiler warnings
72
const bool long_long_is_64 = std::
integral_constant
<bool, sizeof(long long) == sizeof(int64_t)>::value; // avoid compiler warnings
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
hash_unique_ptr.pass.cpp
52
struct hash<::min_pointer<T, std::
integral_constant
<size_t, 1>>> {
53
size_t operator()(::min_pointer<T, std::
integral_constant
<size_t, 1>> p) const {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
uses_allocator.h
52
: public
integral_constant
<bool, is_convertible<_Alloc,
59
: public
integral_constant
<bool,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
uses_allocator.h
52
: public
integral_constant
<bool, is_convertible<_Alloc,
59
: public
integral_constant
<bool,
Completed in 1483 milliseconds
1
2
3
4
5
6
7
8
9