Home
last modified time | relevance | path

Searched defs:InodeSet (Results 1 – 1 of 1) sorted by relevance

/system/iorap/src/inode2filename/
Dsearch_directories.cc62 struct InodeSet { struct
66 InodeSet(const InodeSet& other) { in InodeSet() argument
71 InodeSet(InodeSet&& other) { in InodeSet() function
76 InodeSet& operator=(const InodeSet& other) { in operator =()
82 InodeSet& operator=(InodeSet&& other) { in operator =()
95 struct ValueRange {
122 auto/*observable<Inode>*/ IterateValues() const { in IterateValues()
131 constexpr bool Empty() const { in Empty()
135 static InodeSet OfList(const std::vector<Inode>& list) { in OfList()
148 ValueRange FindInodeList(ino_t inode) { in FindInodeList()
[all …]