Searched refs:ServerInfoRequest (Results 1 – 5 of 5) sorted by relevance
110 ServerInfoRequest* request = dynamic_cast<ServerInfoRequest*>(_request); in Execute()
218 *request = new(std::nothrow) ServerInfoRequest; in CreateRequest()
479 RequestVisitor::VisitServerInfoRequest(ServerInfoRequest* request) in VisitServerInfoRequest()
164 struct ServerInfoRequest;270 ServerInfoRequest* request);1358 struct ServerInfoRequest : Request { struct1359 ServerInfoRequest() : Request(SERVER_INFO_REQUEST) {} in ServerInfoRequest() argument
166 ServerInfoRequest request; in Execute()