| 44 | |
| 45 | |
| 46 | static inline bool |
| 47 | in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4 ) |
| 48 | { |
| 49 | return c == c1 || c == c2 || c == c3 || c == c4; |
| 50 | } |
| 51 | |
| 52 | static inline bool |
| 53 | in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4, Reader::Char c5 ) |
no outgoing calls
no test coverage detected