Searched defs:DeleteUserResponse (Results 1 – 1 of 1) sorted by relevance
248 struct DeleteUserResponse : public GateKeeperMessage { struct249 DeleteUserResponse() {} in DeleteUserResponse() function251 uint32_t nonErrorSerializedSize() const override { return 0; } in nonErrorSerializedSize()252 void nonErrorSerialize(uint8_t * /*buffer*/) const override {} in nonErrorSerialize()253 gatekeeper_error_t nonErrorDeserialize( in nonErrorDeserialize()