HomeSort by relevance Sort by last modified time
    Searched defs:integral_constant (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
template_util.h 18 struct integral_constant { struct in namespace:base
21 typedef integral_constant<T, v> type;
24 template <class T, T v> const T integral_constant<T, v>::value;
26 typedef integral_constant<bool, true> true_type;
27 typedef integral_constant<bool, false> false_type;
88 : integral_constant<bool,
96 : integral_constant<bool,
  /external/llvm/include/llvm/Support/
type_traits.h 86 struct integral_constant { struct in namespace:llvm
89 typedef integral_constant<T,v> type;
93 typedef integral_constant<bool, true> true_type;
94 typedef integral_constant<bool, false> false_type;

Completed in 216 milliseconds