Searched defs:InUse (Results 1 – 8 of 8) sorted by relevance
92 struct InUse { struct97 typedef gtl::InlinedVector<InUse, 4> ToFreeVector; argument
207 gtl::InlinedVector<InUse, 4>* to_free) { in PollEvents()
206 gtl::InlinedVector<InUse, 4>* to_free) { in PollEvents()
402 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local
418 const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks; in getStats() local
408 const uptr InUse = Region->Stats.PoppedBlocks - Region->Stats.PushedBlocks; in getStats() local
416 const uptr InUse = Sci->Stats.PoppedBlocks - Sci->Stats.PushedBlocks; in getStats() local
166 bool InUse() const { return reference_count_ != 0; } in InUse() function in __anon3c3405930111::JniFrameBuffer