bool findFirst(IStatus status, int tag) { final res = _findFirst(self, status.self, tag) != 0; status.checkStatus(); return res; }