| 164 | public: |
| 165 | bool is_valid() const { return is_valid_; } |
| 166 | void set_is_valid(bool val) { is_valid_ = val; } |
| 167 | AlgorithmType algorithm() const { return algorithm_; } |
| 168 | void set_algorithm(AlgorithmType val) { algorithm_ = val; } |
| 169 | float elapsed_time_in_ms() const { return elapsed_time_in_ms_; } |
no outgoing calls
no test coverage detected