Searched refs:ConstResult (Results 1 – 2 of 2) sorted by relevance
67 struct ConstResult { struct69 ConstResult(const FileHandle* pHandle, const MemoryArea* pArea) in ConstResult() argument86 ConstResult findFirst(const sys::fs::Path& pPath) const; argument
78 HandleToArea::ConstResult HandleToArea::findFirst(const sys::fs::Path& pPath) const in findFirst()88 return ConstResult(bucket->handle, bucket->area); in findFirst()93 return ConstResult(NULL, NULL); in findFirst()