| 227 | |
| 228 | #ifdef __OBJC__ |
| 229 | inline NSString* keyAsNSString(NSMapTable *sharedStrings) const |
| 230 | {return FLDictIterator_GetKeyAsNSString(this, sharedStrings);} |
| 231 | #endif |
| 232 | private: |
| 233 | iterator() =default; |
nothing calls this directly
no outgoing calls
no test coverage detected