Searched refs:destroy_array (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/vulkan-validation-layers/scripts/ |
H A D | layer_chassis_dispatch_generator.py | 1462 …elf, ndo_type, ndo_name, ndo_count, prefix, index, indent, destroy_func, destroy_array, top_level): argument 1490 if (destroy_func == False) or (destroy_array == True): 1507 …elf, members, indent, prefix, array_index, create_func, destroy_func, destroy_array, first_level_p… argument 1524 …r.type, member.name, count_name, prefix, index, indent, destroy_func, destroy_array, first_level_p… 1556 …rs(struct_info, indent, local_prefix, array_index, create_func, destroy_func, destroy_array, False) 1580 …bers(struct_info, indent, new_prefix, array_index, create_func, destroy_func, destroy_array, False) 1597 …bers(struct_info, indent, new_prefix, array_index, create_func, destroy_func, destroy_array, False) 1621 … (destroy_array, destroy_ndo_code) = self.generate_destroy_ndo_code(indent, proto, cmd_info) 1623 destroy_array = False 1630 …e) = self.uniquify_members(cmd_info, indent, '', 0, create_func, destroy_func, destroy_array, True) [all …]
|
H A D | object_tracker_generator.py | 823 destroy_array = False 838 …(destroy_array, validate_destroy_code, record_destroy_code) = self.generate_destroy_object_code(in…
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/examples/ |
D | trivial_destructor_example.cpp | 54 inline void destroy_array(T* p1, T* p2) in destroy_array() function 106 opt::destroy_array(i_array, i_array + array_size); in cpp_main() 112 opt::destroy_array(i_array, i_array + array_size); in cpp_main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/doc/ |
D | examples.qbk | 113 // algorithm destroy_array: 138 inline void destroy_array(T* p1, T* p2)
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/ |
D | collector.rs | 387 fn destroy_array() { in destroy_array() function
|