Home
last modified time | relevance | path

Searched defs:alloc_last (Results 1 – 3 of 3) sorted by relevance

/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/
Dalloc_last.h16 struct alloc_last struct
24 alloc_last() : data_(0) {} in alloc_last() argument
25 alloc_last(int d) : data_(d) {} in alloc_last() function
26 alloc_last(const A1<int>& a) in alloc_last() argument
33 alloc_last(int d, const A1<int>& a) in alloc_last() argument
40 alloc_last(const alloc_last& d, const A1<int>& a) in alloc_last() function
48 alloc_last& operator=(const alloc_last&) = default; argument
49 ~alloc_last() {data_ = -1;} in ~alloc_last() argument
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/
Dalloc_last.h16 struct alloc_last struct
24 alloc_last() : data_(0) {} in alloc_last() argument
25 alloc_last(int d) : data_(d) {} in alloc_last() function
26 alloc_last(const A1<int>& a) in alloc_last() function
33 alloc_last(int d, const A1<int>& a) in alloc_last() function
40 alloc_last(const alloc_last& d, const A1<int>& a) in alloc_last() function
48 alloc_last& operator=(const alloc_last&) = default; argument
49 ~alloc_last() {data_ = -1;} in ~alloc_last() argument
/external/libcxx/test/std/utilities/tuple/tuple.tuple/
Dalloc_last.h17 struct alloc_last struct
25 alloc_last() : data_(0) {} in alloc_last() argument
26 alloc_last(int d) : data_(d) {} in alloc_last() argument
27 alloc_last(const A1<int>& a) in alloc_last() argument
34 alloc_last(int d, const A1<int>& a) in alloc_last() argument
41 alloc_last(const alloc_last& d, const A1<int>& a) in alloc_last() function
48 ~alloc_last() {data_ = -1;} in ~alloc_last() argument