| 274 | } |
| 275 | |
| 276 | BENCHMARK_EXPORT |
| 277 | bool IsFlag(const char* str, const char* flag) { |
| 278 | return (ParseFlagValue(str, flag, true) != nullptr); |
| 279 | } |
| 280 | |
| 281 | BENCHMARK_EXPORT |
| 282 | bool IsTruthyFlagValue(const std::string& value) { |
no test coverage detected