| 136 | : SharedHandle(d) {} |
| 137 | |
| 138 | forceinline int |
| 139 | DFA::n_states(void) const { |
| 140 | const DFAI* d = static_cast<DFAI*>(object()); |
| 141 | return (d == nullptr) ? 1 : d->n_states; |
| 142 | } |
| 143 | |
| 144 | forceinline unsigned int |
| 145 | DFA::n_symbols(void) const { |
no outgoing calls
no test coverage detected