Searched refs:Constructable (Results 1 – 1 of 1) sorted by relevance
26 class Constructable { class48 Constructable(const Constructable & src) : constructed(true) { in Constructable() function in __anon4a72bbf00111::Constructable54 Constructable(Constructable && src) : constructed(true) { in Constructable() function in __anon4a72bbf00111::Constructable61 ~Constructable() { in ~Constructable()67 Constructable & operator=(const Constructable & src) { in operator =()75 Constructable & operator=(Constructable && src) { in operator =()126 friend bool operator==(const Constructable &c0, const Constructable &c1) { in operator ==()135 friend bool operator<(const Constructable &c0, const Constructable &c1) { in operator <()642 Constructable C(77); in TYPED_TEST()722 { Constructable(77), Constructable(77), Constructable(77) }; in TYPED_TEST()[all …]