Searched refs:attribute_data_copy_count_ (Results 1 – 2 of 2) sorted by relevance
19 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()
228 mutable int attribute_data_copy_count_; variable