Searched refs:fBytes (Results 1 – 2 of 2) sorted by relevance
594 fBytes.realloc(fReserved); in push()595 LOG_ALWAYS_FATAL_IF(fBytes.get() == nullptr, "realloc(%zd) failed", fReserved); in push()598 auto op = (T*)(fBytes.get() + fUsed); in push()608 auto end = fBytes.get() + fUsed; in map()609 for (const uint8_t* ptr = fBytes.get(); ptr < end;) { in map()
142 SkAutoTMalloc<uint8_t> fBytes; variable