Searched defs:ConstructorListener (Results 1 – 1 of 1) sorted by relevance
35 class ConstructorListener { class37 ConstructorListener(int* copy_construct_counter, int* move_construct_counter) in ConstructorListener() function in quic::test::__anonfdd075650111::ConstructorListener43 ConstructorListener(const ConstructorListener& other) { in ConstructorListener() function in quic::test::__anonfdd075650111::ConstructorListener48 ConstructorListener(ConstructorListener&& other) { in ConstructorListener() function in quic::test::__anonfdd075650111::ConstructorListener53 bool operator<(const ConstructorListener&) { return false; } in operator <()54 bool operator>(const ConstructorListener&) { return false; } in operator >()55 bool operator<=(const ConstructorListener&) { return true; } in operator <=()56 bool operator>=(const ConstructorListener&) { return true; } in operator >=()57 bool operator==(const ConstructorListener&) { return true; } in operator ==()