Searched refs:copy_int_value (Results 1 – 1 of 1) sorted by relevance
469 int copy_int_value = 0; in TEST() local470 ASSERT_TRUE(copy_int->GetAsInteger(©_int_value)); in TEST()471 ASSERT_EQ(42, copy_int_value); in TEST()