Searched defs:isSameRef (Results 1 – 3 of 3) sorted by relevance
62 bool isSameRef(DirectoryEntryRef RHS) const { return ME == RHS.ME; } in isSameRef() function
125 bool isSameRef(const FileEntryRef &RHS) const { return ME == RHS.ME; } in isSameRef() function
114 TEST(FileEntryTest, isSameRef) { in TEST() argument155 TEST(DirectoryEntryTest, isSameRef) { in TEST() argument