Lines Matching refs:EXPECT_NONNULL
181 EXPECT_NONNULL(one_bool); in simple_structs()
186 EXPECT_NONNULL(two_bools); in simple_structs()
191 EXPECT_NONNULL(bool_and_u32); in simple_structs()
196 EXPECT_NONNULL(bool_and_u64); in simple_structs()
210 EXPECT_NONNULL(one_bool); in simple_tables()
215 EXPECT_NONNULL(two_bools); in simple_tables()
220 EXPECT_NONNULL(bool_and_u32); in simple_tables()
225 EXPECT_NONNULL(bool_and_u64); in simple_tables()
239 EXPECT_NONNULL(one_bool); in optional_structs()
244 EXPECT_NONNULL(two_bools); in optional_structs()
249 EXPECT_NONNULL(bool_and_u32); in optional_structs()
254 EXPECT_NONNULL(bool_and_u64); in optional_structs()
268 EXPECT_NONNULL(one_bool); in optional_tables()
273 EXPECT_NONNULL(table_with_one_bool); in optional_tables()
278 EXPECT_NONNULL(two_bools); in optional_tables()
283 EXPECT_NONNULL(table_with_two_bools); in optional_tables()
288 EXPECT_NONNULL(bool_and_u32); in optional_tables()
293 EXPECT_NONNULL(table_with_bool_and_u32); in optional_tables()
298 EXPECT_NONNULL(bool_and_u64); in optional_tables()
303 EXPECT_NONNULL(table_with_bool_and_u64); in optional_tables()
317 EXPECT_NONNULL(a_union); in unions()
322 EXPECT_NONNULL(optional_union); in unions()
327 EXPECT_NONNULL(table_with_optional_union); in unions()
341 EXPECT_NONNULL(padded_vector); in vectors()
346 EXPECT_NONNULL(unbounded_vector); in vectors()
351 EXPECT_NONNULL(unbounded_vectors); in vectors()
356 EXPECT_NONNULL(table_with_padded_vector); in vectors()
361 EXPECT_NONNULL(table_with_unbounded_vector); in vectors()
366 EXPECT_NONNULL(table_with_unbounded_vectors); in vectors()
380 EXPECT_NONNULL(short_string); in strings()
385 EXPECT_NONNULL(unbounded_string); in strings()
390 EXPECT_NONNULL(table_with_short_string); in strings()
395 EXPECT_NONNULL(table_with_unbounded_string); in strings()
409 EXPECT_NONNULL(an_array); in arrays()
414 EXPECT_NONNULL(table_with_an_array); in arrays()