Home | History | Annotate | Download | only in test

Lines Matching refs:short_result

1159   short short_result = 0;
1160 ASSERT_TRUE(ParseNaturalNumber(String("123"), &short_result));
1161 EXPECT_EQ(123, short_result);