Searched refs:vd (Results 1 – 2 of 2) sorted by relevance
419 container_type vd; in test() local420 vd.insert( il ); in test()421 REQUIRE_MESSAGE( vd == expected, "inserting with an initializer list failed" ); in test()428 container_type vd(il, tbb::tbb_allocator<std::pair<element_type, element_type>>{}); in test() local429 REQUIRE_MESSAGE( vd == expected, "inserting with an initializer list failed" ); in test()
591 container_type vd; in test() local592 vd.grow_by( il ); in test()593 REQUIRE_MESSAGE( vd == expected, "grow_by with an initializer list failed" ); in test()