Searched refs:SIZE (Results 1 – 4 of 4) sorted by relevance
251 input_node_helper<SIZE,IType>::print_remark(); in test()273 reset_outputCheck(SIZE, Count); in test()274 for(int i=0; i < Count*SIZE; ++i) { in test()279 check_outputCheck(SIZE, Count); in test()280 reset_outputCheck(SIZE, Count); in test()282 for(int i=0; i < Count*SIZE; i++) { in test()286 check_outputCheck(SIZE, Count); in test()360 template<typename IType, typename TType, int SIZE>377 for (int i = 0; i < Count * SIZE; ++i ) { in test_one_serial()391 for (int i = 0; i < Count*SIZE; ++i ) { in test_one_serial()[all …]
1230 static const int SIZE = 42; member in TestReturnValueNS::ReturnType1239 for (int i = 0; i < SIZE; ++i) in fill()1243 REQUIRE(data.size() == unsigned(SIZE)); in check()1244 for (int i = 0; i < SIZE; ++i) in check()
326 template<size_t SIZE>329 FixedPoolHead() : FixedPoolHeadBase(SIZE) { } in FixedPoolHead()
1023 template <typename T, size_t SIZE> struct is_array<T[SIZE]> : true_type { };