Home | History | Annotate | Download | only in test

Lines Matching refs:short_result

1276   short short_result = 0;
1277 ASSERT_TRUE(ParseNaturalNumber("123", &short_result));
1278 EXPECT_EQ(123, short_result);