| 725 | // functor. |
| 726 | template <typename T> |
| 727 | static void Delete(T* x) { |
| 728 | delete x; |
| 729 | } |
| 730 | |
| 731 | // A predicate that checks the key of a TestProperty against a known key. |
| 732 | // |
nothing calls this directly
no outgoing calls
no test coverage detected