Searched defs:alloc_first (Results 1 - 1 of 1) sorted by relevance
/external/libcxx/test/std/utilities/tuple/tuple.tuple/ | ||
H A D | alloc_first.h | 17 struct alloc_first struct 25 alloc_first() : data_(0) {} function in struct:alloc_first 26 alloc_first(int d) : data_(d) {} function in struct:alloc_first 27 alloc_first(std::allocator_arg_t, const A1<int>& a) function in struct:alloc_first 34 alloc_first(std::allocator_arg_t, const A1<int>& a, int d) function in struct:alloc_first 41 alloc_first(std::allocator_arg_t, const A1<int>& a, const alloc_first& d) function in struct:alloc_first 48 ~alloc_first() {data_ = -1;} 50 friend bool operator==(const alloc_first& x, const alloc_first [all...] |
Completed in 126 milliseconds