HomeSort by relevance Sort by last modified time
    Searched defs:alloc_last (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/utilities/tuple/tuple.tuple/
alloc_last.h 17 struct alloc_last struct
25 alloc_last() : data_(0) {} function in struct:alloc_last
26 alloc_last(int d) : data_(d) {} function in struct:alloc_last
27 alloc_last(const A1<int>& a) function in struct:alloc_last
34 alloc_last(int d, const A1<int>& a) function in struct:alloc_last
41 alloc_last(const alloc_last& d, const A1<int>& a) function in struct:alloc_last
48 ~alloc_last() {data_ = -1;}
50 friend bool operator==(const alloc_last& x, const alloc_last& y
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/
alloc_last.h 17 struct alloc_last struct
25 alloc_last() : data_(0) {} function in struct:alloc_last
26 alloc_last(int d) : data_(d) {} function in struct:alloc_last
27 alloc_last(const A1<int>& a) function in struct:alloc_last
34 alloc_last(int d, const A1<int>& a) function in struct:alloc_last
41 alloc_last(const alloc_last& d, const A1<int>& a) function in struct:alloc_last
48 ~alloc_last() {data_ = -1;}
50 friend bool operator==(const alloc_last& x, const alloc_last& y
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/
alloc_last.h 17 struct alloc_last struct
25 alloc_last() : data_(0) {} function in struct:alloc_last
26 alloc_last(int d) : data_(d) {} function in struct:alloc_last
27 alloc_last(const A1<int>& a) function in struct:alloc_last
34 alloc_last(int d, const A1<int>& a) function in struct:alloc_last
41 alloc_last(const alloc_last& d, const A1<int>& a) function in struct:alloc_last
48 ~alloc_last() {data_ = -1;}
50 friend bool operator==(const alloc_last& x, const alloc_last& y
    [all...]

Completed in 360 milliseconds