| 2562 | } |
| 2563 | |
| 2564 | StringRef GeneratorUntypedBase::currentElementAsString() const { |
| 2565 | if ( m_stringReprCache.empty() ) { |
| 2566 | m_stringReprCache = stringifyImpl(); |
| 2567 | } |
| 2568 | return m_stringReprCache; |
| 2569 | } |
| 2570 | |
| 2571 | bool GeneratorUntypedBase::isFinite() const { return true; } |
| 2572 |
no test coverage detected