Searched refs:fIsLatest (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/model/
H A DUserDetail.cpp23 from->FindBool(KEY_IS_LATEST, &fIsLatest);
31 fIsLatest(false)
58 return fIsLatest;
79 fIsLatest = value;
89 fIsLatest = other.fIsLatest;
103 result = into->AddBool(KEY_IS_LATEST, fIsLatest);
H A DUserDetail.h40 bool fIsLatest; member in class:UserUsageConditionsAgreement

Completed in 42 milliseconds