Home
last modified time | relevance | path

Searched defs:count_ints (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/algorithm/
Dfold.cpp58 struct count_ints struct
64 struct result<count_ints(CountT, T)> argument
84 typedef typename result<count_ints(CountT, T)>::type result_; in operator ()() argument
/aosp_15_r20/external/clang/test/CXX/expr/expr.unary/expr.sizeof/
H A Dp5-0x.cpp8 template<int ...Values> struct count_ints { struct
14 int check_ints[count_ints<1, 2, 3, 4, 5>::value == 5? 1 : -1]; argument