Searched defs:BigTypePtr (Results 1 – 7 of 7) sorted by relevance
667 struct BigTypePtr { struct668 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() argument669 explicit BigTypePtr(int x) { in BigTypePtr() function672 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() function676 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()681 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()682 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()684 std::unique_ptr<BigType<Size, Size>> ptr;
673 struct BigTypePtr { struct674 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() argument675 explicit BigTypePtr(int x) { in BigTypePtr() argument678 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() function682 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()687 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()688 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()690 std::unique_ptr<BigType<Size, Size>> ptr;
673 struct BigTypePtr { struct674 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() function675 explicit BigTypePtr(int x) { in BigTypePtr() function678 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() argument682 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()687 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()688 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()690 std::unique_ptr<BigType<Size, Size>> ptr;
673 struct BigTypePtr { struct674 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() argument675 explicit BigTypePtr(int x) { in BigTypePtr() argument678 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() argument682 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()687 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()688 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()690 std::unique_ptr<BigType<Size, Size>> ptr;
673 struct BigTypePtr { struct674 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() argument675 explicit BigTypePtr(int x) { in BigTypePtr() function678 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() function682 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()687 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()688 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()690 std::unique_ptr<BigType<Size, Size>> ptr;