Searched refs:test_nullable (Results 1 – 2 of 2) sorted by relevance
463 macro_rules! test_nullable { macro478 test_nullable! {test_nullable_array_int, RepeatNullableIntArray, vec![1, 2, 3]}479 test_nullable! {484 test_nullable! {489 test_nullable! {494 test_nullable! {test_nullable_string, RepeatNullableString, "Blooob".into()}495 test_nullable! {521 test_nullable! {530 test_nullable! {
500 def test_nullable(self) -> None: member in TestPegen