Searched refs:arrInt (Results 1 – 2 of 2) sorted by relevance
43 std::vector<int> arrInt; in test_cpq_with_smart_pointers() local45 arrInt.emplace_back(rnd.get()); in test_cpq_with_smart_pointers()47 type_tester_unique_ptr(arrInt); // Test std::unique_ptr in test_cpq_with_smart_pointers()
48 std::vector<int> arrInt; in test_basic() local50 arrInt.emplace_back(rnd.get()); in test_basic()52 type_tester(arrInt); // Test integers in test_basic()