Searched defs:WithId (Results 1 – 5 of 5) sorted by relevance
38 struct WithId { struct39 WithId() : id_(next_id<Derived>()) {} in WithId() argument40 WithId(const WithId& that) : id_(that.id_) {} in WithId() function41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() function54 friend bool operator==(const WithId& a, const WithId& b) { argument60 explicit WithId(size_t id) : id_(id) {} in WithId() argument66 static size_t next_id() { in next_id()
38 struct WithId { struct39 WithId() : id_(next_id<Derived>()) {} in WithId() argument40 WithId(const WithId& that) : id_(that.id_) {} in WithId() argument41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() argument54 friend bool operator==(const WithId& a, const WithId& b) { argument60 explicit WithId(size_t id) : id_(id) {} in WithId() argument66 static size_t next_id() { in next_id()
38 struct WithId { struct39 WithId() : id_(next_id<Derived>()) {} in WithId() function40 WithId(const WithId& that) : id_(that.id_) {} in WithId() argument41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() function54 friend bool operator==(const WithId& a, const WithId& b) { argument60 explicit WithId(size_t id) : id_(id) {} in WithId() argument66 static size_t next_id() { in next_id()
38 struct WithId { struct39 WithId() : id_(next_id<Derived>()) {} in WithId() argument40 WithId(const WithId& that) : id_(that.id_) {} in WithId() argument41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() function54 friend bool operator==(const WithId& a, const WithId& b) { argument60 explicit WithId(size_t id) : id_(id) {} in WithId() function66 static size_t next_id() { in next_id()
38 struct WithId { struct39 WithId() : id_(next_id<Derived>()) {} in WithId() function40 WithId(const WithId& that) : id_(that.id_) {} in WithId() function41 WithId(WithId&& that) : id_(that.id_) { that.id_ = 0; } in WithId() function54 friend bool operator==(const WithId& a, const WithId& b) { argument60 explicit WithId(size_t id) : id_(id) {} in WithId() function66 static size_t next_id() { in next_id()