Searched refs:foundDisplay (Results 1 – 1 of 1) sorted by relevance
206 bool displayCreationFound(const Increment& increment, bool foundDisplay);208 bool foundDisplay);780 if (isMatch && !foundDisplay) { in displayCreationFound()781 foundDisplay = true; in displayCreationFound()782 } else if (isMatch && foundDisplay) { in displayCreationFound()785 return foundDisplay; in displayCreationFound()789 const int32_t targetId, bool foundDisplay) { in displayDeletionFound() argument791 if (isMatch && !foundDisplay) { in displayDeletionFound()792 foundDisplay = true; in displayDeletionFound()793 } else if (isMatch && foundDisplay) { in displayDeletionFound()[all …]