Home
last modified time | relevance | path

Searched refs:attribute_data_copy_count_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/crypto/
Dmock_apple_keychain_mac.cc19 attribute_data_copy_count_(0), in MockAppleKeychain()
206 ++attribute_data_copy_count_; in ItemCopyAttributesAndData()
246 --attribute_data_copy_count_; in ItemFreeAttributesAndData()
475 return attribute_data_copy_count_; in UnfreedAttributeDataCount()
Dmock_apple_keychain.h228 mutable int attribute_data_copy_count_; variable