Searched refs:FindExist (Results 1 – 3 of 3) sorted by relevance
126 EXPECT_TRUE(lst.FindExist(0));134 EXPECT_TRUE(lst.FindExist(0));135 EXPECT_TRUE(lst.FindExist(1));145 EXPECT_TRUE(lst.FindExist(0));146 EXPECT_TRUE(lst.FindExist(1));147 EXPECT_TRUE(lst.FindExist(2));165 EXPECT_TRUE(lst.FindExist(0));166 EXPECT_TRUE(lst.FindExist(1));167 EXPECT_TRUE(lst.FindExist(2));173 EXPECT_TRUE(lst.FindExist(1));[all …]
36 bool FindExist(const T &data);62 if (FindExist(data)) { in IsDuplicate()71 bool DeduplicateMemory<T>::FindExist(const T &data) in FindExist() function73 return memory_.FindExist([data](const MemoryIdentity &identity) { in FindExist()
117 bool FindExist(const T &value) noexcept in FindExist() function134 bool FindExist(std::function<bool(const T&)> func) noexcept in FindExist() function