Searched defs:ConnectionDeleter (Results 1 – 3 of 3) sorted by relevance
41 struct ConnectionDeleter { struct42 void operator()(PairingConnectionCtx* p) { pairing_connection_destroy(p); } in operator ()()
41 static void ConnectionDeleter(PairingConnectionCtx* p) { in ConnectionDeleter() function
87 struct ConnectionDeleter { struct88 void operator()(PairingConnectionCtx* p) { pairing_connection_destroy(p); } in operator ()()