Searched refs:includeZero (Results 1 – 1 of 1) sorted by relevance
136 std::vector<int32_t> GetNonExistentIds(const C& allIds, bool includeZero = true) { in GetNonExistentIds() argument138 return includeZero ? std::vector<int32_t>{-1, 0, 1} : std::vector<int32_t>{-1, 1}; in GetNonExistentIds()142 includeZero || value != 0) { in GetNonExistentIds()148 includeZero || value != 0) { in GetNonExistentIds()