/external/libcxx/test/std/utilities/tuple/tuple.tuple/ |
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& y [all...] |
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/ |
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& y [all...] |
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/ |
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& y [all...] |