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