Searched defs:wouldFit (Results 1 – 2 of 2) sorted by relevance
276 bool wouldFit(size_t bytes) const { return fBudgetedBytes+bytes <= fMaxBytes; } in wouldFit() function
271 bool wouldFit(size_t bytes) { in wouldFit() function