Home | History | Annotate | Download | only in test

Lines Matching refs:short_result

1210   short short_result = 0;
1211 ASSERT_TRUE(ParseNaturalNumber("123", &short_result));
1212 EXPECT_EQ(123, short_result);