Searched defs:DirectoryEntry (Results 1 – 2 of 2) sorted by relevance
33 struct DirectoryEntry { struct41 DirectoryEntry(const std::string& name, int type) : d_name(name), d_type(type) {} in DirectoryEntry() function53 std::vector<std::shared_ptr<DirectoryEntry>>* directory_entries); argument
60 pub struct DirectoryEntry { struct76 pub fn get_directory(&self) -> Option<&HashMap<CString, DirectoryEntry>> { in get_directory() argument105 fn add_to_directory(&mut self, name: CString, entry: DirectoryEntry) { in add_to_directory()