Home
last modified time | relevance | path

Searched refs:destroy_array (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/vulkan-validation-layers/scripts/
H A Dlayer_chassis_dispatch_generator.py1462 …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 Dobject_tracker_generator.py823 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/
Dtrivial_destructor_example.cpp54 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/
Dexamples.qbk113 // algorithm destroy_array:
138 inline void destroy_array(T* p1, T* p2)
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Dcollector.rs387 fn destroy_array() { in destroy_array() function