Searched refs:mCanEvict (Results 1 – 5 of 5) sorted by relevance
293 bool CanEvict(void) const { return mInfo.mOther.mCanEvict; } in CanEvict()294 void SetCanEvict(bool aCanEvict) { mInfo.mOther.mCanEvict = aCanEvict; } in SetCanEvict()325 bool mCanEvict; member
133 aInfo.mCanEvict = true; in GetNextCacheEntry()159 aInfo.mCanEvict = entry->CanEvict(); in GetNextCacheEntry()
106 bool mCanEvict : 1; ///< Indicates whether the entry can be evicted. member
1212 SuccessOrExit(error = mEncoder.WriteBool(entry.mCanEvict)); in HandlePropertyGet()
2730 OutputFormat(" canEvict=%d", aEntry.mCanEvict); in OutputEidCacheEntry()