Searched refs:ThereIsMessage (Results 1 – 2 of 2) sorted by relevance
29 …bool ThereIsMessage() const { return !ErrorMessage.Message.IsEmpty() || !OkMessage.Message.IsEmpty… in ThereIsMessage() function100 bool ThereIsMessage() const { return !Messages.IsEmpty() || FinalMessage.ThereIsMessage(); } in ThereIsMessage() function
924 if (res == WAIT_OBJECT_0 && !Sync.ThereIsMessage()) in Create()