Searched defs:OverflowParseCase (Results 1 – 5 of 5) sorted by relevance
1121 struct OverflowParseCase { struct1122 std::string input;1123 bool expect_success;1124 T expected_value;
1124 struct OverflowParseCase { struct1125 std::string input;1126 bool expect_success;1127 T expected_value;
1219 struct OverflowParseCase { struct1220 std::string input;1221 bool expect_success;1222 T expected_value;