Searched defs:alloc_last (Results 1 – 2 of 2) sorted by relevance
16 struct alloc_last struct24 alloc_last() : data_(0) {} in alloc_last() function25 alloc_last(int d) : data_(d) {} in alloc_last() argument26 alloc_last(const A1<int>& a) in alloc_last() argument33 alloc_last(int d, const A1<int>& a) in alloc_last() function40 alloc_last(const alloc_last& d, const A1<int>& a) in alloc_last() argument48 alloc_last& operator=(const alloc_last&) = default; argument49 ~alloc_last() {data_ = -1;} in ~alloc_last() argument
17 struct alloc_last struct25 alloc_last() : data_(0) {} in alloc_last() argument26 alloc_last(int d) : data_(d) {} in alloc_last() argument27 alloc_last(const A1<int>& a) in alloc_last() argument34 alloc_last(int d, const A1<int>& a) in alloc_last() argument41 alloc_last(const alloc_last& d, const A1<int>& a) in alloc_last() function48 ~alloc_last() {data_ = -1;} in ~alloc_last() argument