Home
last modified time | relevance | path

Searched defs:alloc_first (Results 1 – 2 of 2) sorted by relevance

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