Searched refs:expected_card (Results 1 – 1 of 1) sorted by relevance
81 void operator()(uint8_t* card, uint8_t expected_card, uint8_t new_card ATTRIBUTE_UNUSED) const { in operator ()() argument82 if (expected_card == CardTable::kCardDirty) { in operator ()()