| 437 | template<> inline bool TypeContainsPointers(::cpp::Int64 *) { return false; } |
| 438 | |
| 439 | template<typename TYPE> inline bool ContainsPointers() |
| 440 | { |
| 441 | return TypeContainsPointers( (TYPE *)0 ); |
| 442 | } |
| 443 | |
| 444 | |
| 445 |
nothing calls this directly
no test coverage detected