Searched defs:mapSize (Results 1 – 6 of 6) sorted by relevance
54 const size_t mapSize = random_number(random_base); in test_multimap() local102 const size_t mapSize = random_number(random_base); in test_map() local
253 IntSize AffineTransform::mapSize(const IntSize& size) const in mapSize() function in WebCore::AffineTransform261 FloatSize AffineTransform::mapSize(const FloatSize& size) const in mapSize() function in WebCore::AffineTransform
99 Checked<size_t> mapSize = Checked<size_t>(size) + extra + 2 * pagesize; in TryMmap() local
99 unsigned int mapSize; in storeVertexAttributes() local
304 int mapSize = map.size(); in putAll() local
170 int mapSize; field in CollectionsTest.SynchMapChecker