Searched defs:Resize (Results 1 – 5 of 5) sorted by relevance
66 bool Blob::Resize(size_t size) { in Resize() function in nvram::Blob
90 bool Resize(size_t size) NVRAM_WARN_UNUSED_RESULT { in Resize() function
85 void Resize(size_t size) { raw_.resize(size); } in Resize() function
151 status_t Resize(const std::string& source, unsigned long numSectors) { in Resize() function
747 TEST(DynamicVector, Resize) { in TEST() argument