Searched defs:allowed_bytes_growth (Results 1 – 2 of 2) sorted by relevance
47 void set_allowed_bytes_growth(const int64& allowed_bytes_growth) { in set_allowed_bytes_growth()52 int64 allowed_bytes_growth() const { return allowed_bytes_growth_; } in allowed_bytes_growth() function
186 int64 allowed_bytes_growth) { in LimitedContext()1512 int64 allowed_bytes_growth = -1000; // Over quota, this should still work. in TEST_F() local