| 65 | class BreakPointFactory { |
| 66 | public: |
| 67 | BreakPointFactory() {} |
| 68 | virtual ~BreakPointFactory() {} |
| 69 | |
| 70 | static void SetBreakPointFactoryCreateFunc(BreakPointFactoryCreateFunc break_point_factory_create_func) { |
nothing calls this directly
no outgoing calls
no test coverage detected