| 731 | // functor. |
| 732 | template <typename T> |
| 733 | static void Delete(T* x) { |
| 734 | delete x; |
| 735 | } |
| 736 | |
| 737 | // A predicate that checks the key of a TestProperty against a known key. |
| 738 | // |
nothing calls this directly
no outgoing calls
no test coverage detected