Home | History | Annotate | Download | only in test

Lines Matching full:char_result

1060   signed char char_result = 0;
1061 EXPECT_FALSE(ParseNaturalNumber(String("200"), &char_result));
1117 signed char char_result = 0;
1118 ASSERT_TRUE(ParseNaturalNumber(String("123"), &char_result));
1119 EXPECT_EQ(123, char_result);