Searched refs:FIDL_ALLOC_ABSENT (Results 1 – 6 of 6) sorted by relevance
1260 reinterpret_cast<array_of_nonnullable_handles_union*>(FIDL_ALLOC_ABSENT); in validate_many_membered_absent_nullable_union()1334 reinterpret_cast<struct_ptr_level_1*>(FIDL_ALLOC_ABSENT); in validate_nested_nullable_structs()1336 reinterpret_cast<struct_ptr_level_2*>(FIDL_ALLOC_ABSENT); in validate_nested_nullable_structs()1338 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_ABSENT); in validate_nested_nullable_structs()1339 message.in_in_out_2.l3_absent = reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_ABSENT); in validate_nested_nullable_structs()1340 message.in_out_1.l2_absent = reinterpret_cast<struct_ptr_level_2*>(FIDL_ALLOC_ABSENT); in validate_nested_nullable_structs()1342 message.in_out_out_2.l3_absent = reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_ABSENT); in validate_nested_nullable_structs()1343 message.out_0.l1_absent = reinterpret_cast<struct_ptr_level_1*>(FIDL_ALLOC_ABSENT); in validate_nested_nullable_structs()1346 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_ABSENT); in validate_nested_nullable_structs()1348 message.out_out_1.l2_absent = reinterpret_cast<struct_ptr_level_2*>(FIDL_ALLOC_ABSENT); in validate_nested_nullable_structs()[all …]
1431 reinterpret_cast<array_of_nonnullable_handles_union*>(FIDL_ALLOC_ABSENT); in decode_many_membered_absent_nullable_union()1505 reinterpret_cast<struct_ptr_level_1*>(FIDL_ALLOC_ABSENT); in decode_nested_nullable_structs()1507 reinterpret_cast<struct_ptr_level_2*>(FIDL_ALLOC_ABSENT); in decode_nested_nullable_structs()1509 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_ABSENT); in decode_nested_nullable_structs()1510 message.in_in_out_2.l3_absent = reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_ABSENT); in decode_nested_nullable_structs()1511 message.in_out_1.l2_absent = reinterpret_cast<struct_ptr_level_2*>(FIDL_ALLOC_ABSENT); in decode_nested_nullable_structs()1513 message.in_out_out_2.l3_absent = reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_ABSENT); in decode_nested_nullable_structs()1514 message.out_0.l1_absent = reinterpret_cast<struct_ptr_level_1*>(FIDL_ALLOC_ABSENT); in decode_nested_nullable_structs()1517 reinterpret_cast<struct_ptr_level_3*>(FIDL_ALLOC_ABSENT); in decode_nested_nullable_structs()1519 message.out_out_1.l2_absent = reinterpret_cast<struct_ptr_level_2*>(FIDL_ALLOC_ABSENT); in decode_nested_nullable_structs()[all …]
1419 EXPECT_EQ(reinterpret_cast<uint64_t>(message.inline_struct.data), FIDL_ALLOC_ABSENT); in encode_single_armed_absent_nullable_union()1438 EXPECT_EQ(reinterpret_cast<uint64_t>(message.inline_struct.data), FIDL_ALLOC_ABSENT); in encode_many_armed_absent_nullable_union()1616 FIDL_ALLOC_ABSENT); in encode_nested_nullable_structs()1618 FIDL_ALLOC_ABSENT); in encode_nested_nullable_structs()1621 FIDL_ALLOC_ABSENT); in encode_nested_nullable_structs()1622 EXPECT_EQ(reinterpret_cast<uintptr_t>(message.in_in_out_2.l3_absent), FIDL_ALLOC_ABSENT); in encode_nested_nullable_structs()1623 EXPECT_EQ(reinterpret_cast<uintptr_t>(message.in_out_1.l2_absent), FIDL_ALLOC_ABSENT); in encode_nested_nullable_structs()1626 EXPECT_EQ(reinterpret_cast<uintptr_t>(message.out_0.l1_absent), FIDL_ALLOC_ABSENT); in encode_nested_nullable_structs()1629 FIDL_ALLOC_ABSENT); in encode_nested_nullable_structs()1631 EXPECT_EQ(reinterpret_cast<uintptr_t>(message.out_out_1.l2_absent), FIDL_ALLOC_ABSENT); in encode_nested_nullable_structs()[all …]
55 #define FIDL_ALLOC_ABSENT ((uintptr_t)0) macro
474 ABSENT = FIDL_ALLOC_ABSENT,
90 FIDL_ALLOC_ABSENT); in Describe()
Completed in 26 milliseconds