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