/external/chromium_org/third_party/cld/base/ |
template_util.h | 34 // integral_constant, defined in tr1, is a wrapper for an integer 40 struct integral_constant { struct in namespace:base 43 typedef integral_constant<T, v> type; 46 template <class T, T v> const T integral_constant<T, v>::value; 52 typedef integral_constant<bool, true> true_type; 53 typedef integral_constant<bool, false> false_type; 84 struct and_ : public integral_constant<bool, (A::value && B::value)> { 90 struct or_ : public integral_constant<bool, (A::value || B::value)> {
|
type_traits.h | 81 : integral_constant<bool, (is_integral<T>::value || 94 : integral_constant<bool, 109 : integral_constant<bool, 122 : integral_constant<bool, 135 : integral_constant<bool, 189 : integral_constant<bool,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
template_util.h | 71 // integral_constant, defined in tr1, is a wrapper for an integer 77 struct integral_constant { struct in namespace:google::protobuf::internal 80 typedef integral_constant<T, v> type; 83 template <class T, T v> const T integral_constant<T, v>::value; 89 typedef integral_constant<bool, true> true_type; 90 typedef integral_constant<bool, false> false_type; 124 struct and_ : public integral_constant<bool, (A::value && B::value)> { 130 struct or_ : public integral_constant<bool, (A::value || B::value)> {
|
type_traits.h | 204 : integral_constant<bool, (is_integral<T>::value || 223 : integral_constant<bool, 238 : integral_constant<bool, 251 : integral_constant<bool, 264 : integral_constant<bool, 325 : integral_constant<bool,
|
template_util_unittest.cc | 59 typedef integral_constant<int, 1> one_type;
|
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.helper/ |
tuple_size.pass.cpp | 16 // : public integral_constant<size_t, sizeof...(Types)> { }; 24 static_assert((std::is_base_of<std::integral_constant<std::size_t, N>, 26 static_assert((std::is_base_of<std::integral_constant<std::size_t, N>, 28 static_assert((std::is_base_of<std::integral_constant<std::size_t, N>, 30 static_assert((std::is_base_of<std::integral_constant<std::size_t, N>,
|
/external/libcxx/test/utilities/meta/meta.hel/ |
Android.mk | 19 test_name := utilities/meta/meta.hel/integral_constant 20 test_src := integral_constant.pass.cpp
|
integral_constant.pass.cpp | 12 // integral_constant 19 typedef std::integral_constant<int, 5> _5;
|
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/ |
template_util.h | 19 struct integral_constant { struct in namespace:i18n::addressinput 22 typedef integral_constant<T, v> type; 25 template <class T, T v> const T integral_constant<T, v>::value; 27 typedef integral_constant<bool, true> true_type; 28 typedef integral_constant<bool, false> false_type; 95 : integral_constant<bool, 103 : integral_constant<bool,
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/ |
template_util.h | 16 struct integral_constant { struct in namespace:i18n::phonenumbers 19 typedef integral_constant<T, v> type; 22 template <class T, T v> const T integral_constant<T, v>::value; 24 typedef integral_constant<bool, true> true_type; 25 typedef integral_constant<bool, false> false_type; 92 : integral_constant<bool, 100 : integral_constant<bool,
|
/external/chromium_org/third_party/webrtc/base/ |
template_util.h | 21 struct integral_constant { struct in namespace:rtc 24 typedef integral_constant<T, v> type; 27 template <class T, T v> const T integral_constant<T, v>::value; 29 typedef integral_constant<bool, true> true_type; 30 typedef integral_constant<bool, false> false_type; 97 : integral_constant<bool, 105 : integral_constant<bool,
|
/external/chromium_org/third_party/webrtc/system_wrappers/interface/ |
template_util.h | 23 struct integral_constant { struct in namespace:webrtc 26 typedef integral_constant<T, v> type; 29 template <class T, T v> const T integral_constant<T, v>::value; 31 typedef integral_constant<bool, true> true_type; 32 typedef integral_constant<bool, false> false_type; 99 : integral_constant<bool, 107 : integral_constant<bool,
|
/external/chromium_org/base/ |
template_util.h | 17 struct integral_constant { struct in namespace:base 20 typedef integral_constant<T, v> type; 23 template <class T, T v> const T integral_constant<T, v>::value; 25 typedef integral_constant<bool, true> true_type; 26 typedef integral_constant<bool, false> false_type; 107 : integral_constant<bool, 115 : integral_constant<bool,
|
bind_helpers.h | 265 : integral_constant<bool, SupportsAddRefAndRelease<T>::value> {
|
/external/clang/test/SemaTemplate/ |
overload-candidates.cpp | 87 template<typename T, T V> struct integral_constant { static const T value = V; }; struct in namespace:std 88 typedef integral_constant<bool, false> false_type; 89 typedef integral_constant<bool, true> true_type;
|
/external/llvm/test/Object/ |
coff-archive.test | 53 CHECKIDX: ?value@?$integral_constant@I$0A@@tr1@std@@2IB in Debug\mymath.obj 54 CHECKIDX: ?value@?$integral_constant@_N$00@tr1@std@@2_NB in Debug\mymath.obj 55 CHECKIDX: ?value@?$integral_constant@_N$0A@@tr1@std@@2_NB in Debug\mymath.obj 188 CHECKIDX: 00000000 R ?value@?$integral_constant@I$0A@@tr1@std@@2IB 189 CHECKIDX: 00000000 R ?value@?$integral_constant@_N$00@tr1@std@@2_NB 190 CHECKIDX: 00000000 R ?value@?$integral_constant@_N$0A@@tr1@std@@2_NB
|
/external/chromium_org/v8/src/base/ |
safe_math_impl.h | 28 struct integral_constant { struct in namespace:v8::base::internal 31 typedef integral_constant<T, v> type; 34 template <class T, T v> const T integral_constant<T, v>::value; 36 typedef integral_constant<bool, true> true_type; 37 typedef integral_constant<bool, false> false_type;
|
/external/llvm/include/llvm/Support/ |
YAMLTraits.h | 307 struct has_SequenceTraits : public std::integral_constant<bool, 405 struct missingTraits : public std::integral_constant<bool, 414 struct validatedMappingTraits : public std::integral_constant<bool, 419 struct unvalidatedMappingTraits : public std::integral_constant<bool, [all...] |
/external/llvm/include/llvm/ADT/ |
Hashing.h | 354 : std::integral_constant<bool, ((is_integral_or_enum<T>::value || 363 : std::integral_constant<bool, (is_hashable_data<T>::value &&
|