Home
last modified time | relevance | path

Searched defs:integral_constant (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/base/
Dtemplate_util.h14 struct integral_constant { struct
17 typedef integral_constant<T, v> type; argument
/external/v8/src/base/
Dsafe_math_impl.h28 struct integral_constant { struct
31 typedef integral_constant<T, v> type; argument
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h77 struct integral_constant { struct
80 typedef integral_constant<T, v> type; argument
/external/clang/test/SemaTemplate/
Doverload-candidates.cpp87 template<typename T, T V> struct integral_constant { static const T value = V; }; argument