Lines Matching refs:alloc
101 allocator_(alloc),
103 pallocator_(alloc)
111 - BasicImage(int width, int height, Alloc const & alloc = Alloc())
112 + BasicImage(int w, int h, Alloc const & alloc = Alloc())
116 allocator_(alloc),
118 pallocator_(alloc)
135 - explicit BasicImage(difference_type const & size, Alloc const & alloc = Alloc())
136 + explicit BasicImage(difference_type const & sz, Alloc const & alloc = Alloc())
140 allocator_(alloc),
142 pallocator_(alloc)
164 - BasicImage(int width, int height, value_type const & d, Alloc const & alloc = Alloc())
165 + BasicImage(int w, int h, value_type const & d, Alloc const & alloc = Alloc())
169 allocator_(alloc),
171 pallocator_(alloc)
190 - explicit BasicImage(difference_type const & size, value_type const & d, Alloc const & alloc = …
191 + explicit BasicImage(difference_type const & sz, value_type const & d, Alloc const & alloc = Al…
195 allocator_(alloc),
197 pallocator_(alloc)
218 - BasicImage(int width, int height, const_pointer d, Alloc const & alloc = Alloc())
219 + BasicImage(int w, int h, const_pointer d, Alloc const & alloc = Alloc())
223 allocator_(alloc),
225 pallocator_(alloc)
243 - explicit BasicImage(difference_type const & size, const_pointer d, Alloc const & alloc = Alloc…
244 + explicit BasicImage(difference_type const & sz, const_pointer d, Alloc const & alloc = Alloc())
248 allocator_(alloc),
250 pallocator_(alloc)