Searched refs:fIsSuccessful (Results 1 – 2 of 2) sorted by relevance
21 from->FindBool(KEY_IS_SUCCESSFUL, &fIsSuccessful); in UserCredentials()30 fIsSuccessful(false) in UserCredentials()39 fIsSuccessful(false) in UserCredentials()48 fIsSuccessful(false) in UserCredentials()63 fIsSuccessful = other.fIsSuccessful; in operator =()72 && fIsSuccessful == other.fIsSuccessful; in operator ==()100 return fIsSuccessful; in IsSuccessful()128 fIsSuccessful = value; in SetIsSuccessful()141 result = into->AddBool(KEY_IS_SUCCESSFUL, fIsSuccessful); in Archive()
45 bool fIsSuccessful; variable