Lines Matching refs:first_value

38     std::size_t first_value = gen(); //-V101  in test_equal1()  local
39 std::iota(std::begin(c1), std::end(c1), first_value); in test_equal1()
40 std::iota(std::begin(c2), std::end(c2), first_value); in test_equal1()
78 std::size_t first_value = gen(); //-V101 in test_equal1_async() local
79 std::iota(std::begin(c1), std::end(c1), first_value); in test_equal1_async()
80 std::iota(std::begin(c2), std::end(c2), first_value); in test_equal1_async()
150 std::size_t first_value = gen(); //-V101 in test_equal2() local
151 std::iota(std::begin(c1), std::end(c1), first_value); in test_equal2()
152 std::iota(std::begin(c2), std::end(c2), first_value); in test_equal2()
190 std::size_t first_value = gen(); //-V101 in test_equal2_async() local
191 std::iota(std::begin(c1), std::end(c1), first_value); in test_equal2_async()
192 std::iota(std::begin(c2), std::end(c2), first_value); in test_equal2_async()
262 std::size_t first_value = gen(); //-V101 in test_equal_exception() local
263 std::iota(std::begin(c1), std::end(c1), first_value); in test_equal_exception()
264 std::iota(std::begin(c2), std::end(c2), first_value); in test_equal_exception()
297 std::size_t first_value = gen(); //-V101 in test_equal_exception_async() local
298 std::iota(std::begin(c1), std::end(c1), first_value); in test_equal_exception_async()
299 std::iota(std::begin(c2), std::end(c2), first_value); in test_equal_exception_async()
366 std::size_t first_value = gen(); //-V101 in test_equal_bad_alloc() local
367 std::iota(std::begin(c1), std::end(c1), first_value); in test_equal_bad_alloc()
368 std::iota(std::begin(c2), std::end(c2), first_value); in test_equal_bad_alloc()
400 std::size_t first_value = gen(); //-V101 in test_equal_bad_alloc_async() local
401 std::iota(std::begin(c1), std::end(c1), first_value); in test_equal_bad_alloc_async()
402 std::iota(std::begin(c2), std::end(c2), first_value); in test_equal_bad_alloc_async()