Home | History | Annotate | Download | only in test

Lines Matching full:char_result

1106   signed char char_result = 0;
1107 EXPECT_FALSE(ParseNaturalNumber(String("200"), &char_result));
1163 signed char char_result = 0;
1164 ASSERT_TRUE(ParseNaturalNumber(String("123"), &char_result));
1165 EXPECT_EQ(123, char_result);