Searched defs:TypeForHolderWithAddressOf (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_smart_ptr.cpp297 struct TypeForHolderWithAddressOf { struct
298 TypeForHolderWithAddressOf() { print_created(this); } function in struct:TypeForHolderWithAddressOf
299 TypeForHolderWithAddressOf(const TypeForHolderWithAddressOf &) { print_copy_created(this); } function in struct:TypeForHolderWithAddressOf
300 TypeForHolderWithAddressOf(TypeForHolderWithAddressOf &&) { print_move_created(this); } function in struct:TypeForHolderWithAddressOf
[all...]

Completed in 6 milliseconds