Home
last modified time | relevance | path

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

/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
Dtype_traits.h96 template <class T> struct is_integral : false_type { }; struct
/external/chromium_org/third_party/cld/base/
Dtype_traits.h37 template <class T> struct is_integral : false_type { }; struct
/external/stlport/stlport/stl/
Dboost_type_traits.h59 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator
122 enum { is_integral = ::boost::is_integral<_Tp>::value }; enumerator
/external/clang/test/SemaCXX/
Dtype-traits.cpp370 void is_integral() in is_integral() function