Searched refs:countFound (Results 1 – 1 of 1) sorted by relevance
77 auto countFound = deviceInfo.find(tag).count; in isKeyPresentWithCount() local78 return (countFound != 0) && (countFound % count == 0); in isKeyPresentWithCount()