| 54 | } |
| 55 | |
| 56 | void SimpleStringInternalCache::setAllocator(TestMemoryAllocator* allocator) |
| 57 | { |
| 58 | allocator_ = allocator; |
| 59 | } |
| 60 | |
| 61 | SimpleStringInternalCacheNode* SimpleStringInternalCache::createInternalCacheNodes() |
| 62 | { |
no outgoing calls
no test coverage detected