Home | History | Annotate | Download | only in crypto

Lines Matching refs:mutable

22 // KeychainPasswordData values in separate mutable containers and
27 // Mock data is mutable; don't assume that it won't change over the life of
211 // Mutable because the MockAppleKeychain API requires its internal keychain
213 mutable MockKeychainAttributesMap keychain_attr_list_;
214 mutable std::map<MockKeychainItemType,
216 mutable MockKeychainItemType next_item_key_;
222 mutable std::vector<MockKeychainItemType> remaining_search_results_;
227 mutable int search_copy_count_;
228 mutable int keychain_item_copy_count_;
229 mutable int attribute_data_copy_count_;
232 mutable std::set<MockKeychainItemType> added_via_api_;
239 mutable bool called_add_generic_;
243 mutable int password_data_count_;
246 mutable std::string add_generic_password_;