| 963 | } |
| 964 | |
| 965 | SimpleStringCollection::SimpleStringCollection() |
| 966 | { |
| 967 | collection_ = NULLPTR; |
| 968 | size_ = 0; |
| 969 | } |
| 970 | |
| 971 | void SimpleStringCollection::allocate(size_t _size) |
| 972 | { |
nothing calls this directly
no outgoing calls
no test coverage detected