| 1658 | } |
| 1659 | |
| 1660 | inline base::type::EnumType flags(void) const { |
| 1661 | return m_flags; |
| 1662 | } |
| 1663 | |
| 1664 | inline bool hasFlag(base::FormatFlags flag) const { |
| 1665 | return base::utils::hasFlag(flag, m_flags); |
nothing calls this directly
no outgoing calls
no test coverage detected