| 400 | namespace libutils |
| 401 | { |
| 402 | struct RefBase |
| 403 | { |
| 404 | struct ApiTable |
| 405 | { |
| 406 | void *IncStrong; |
| 407 | void *DecStrong; |
| 408 | }; |
| 409 | |
| 410 | inline static ApiTable Api; |
| 411 | }; |
| 412 | |
| 413 | struct String8 |
| 414 | { |
nothing calls this directly
no outgoing calls
no test coverage detected