Searched refs:maxsize (Results 1 – 2 of 2) sorted by relevance
209 void FileExists(const char* filename, uint32_t minsize, uint32_t maxsize) { in FileExists() argument213 EXPECT_LT(entry.uncompressed_length, maxsize); in FileExists()
4149 std::string::size_type maxsize = in valueToQuotedString() local4152 result.reserve(maxsize); // to avoid lots of mallocs in valueToQuotedString()4226 std::string::size_type maxsize = in valueToQuotedStringN() local4229 result.reserve(maxsize); // to avoid lots of mallocs in valueToQuotedStringN()