| 556 | }; |
| 557 | |
| 558 | inline AsNumberWithUnit::Options operator|(const AsNumberWithUnit::Options &a, const AsNumberWithUnit::Options &b) { |
| 559 | return static_cast<AsNumberWithUnit::Options>(static_cast<int>(a) | static_cast<int>(b)); |
| 560 | } |
| 561 | |
| 562 | /// Converts a human-readable size string (with unit literal) to uin64_t size. |
| 563 | /// Example: |
nothing calls this directly
no outgoing calls
no test coverage detected