| 2436 | } |
| 2437 | |
| 2438 | static void |
| 2439 | compressHelper1(int numNibbles, const ParamType*, char **in, char**out) |
| 2440 | { |
| 2441 | ++compressHelper1TimesRun; |
| 2442 | } |
| 2443 | |
| 2444 | template<typename T> |
| 2445 | static T* |
nothing calls this directly
no outgoing calls
no test coverage detected