Searched defs:OffsetOverflowError (Results 1 – 2 of 2) sorted by relevance
257 fn allocate_address_space(&self, size: usize) -> Result<usize, OffsetOverflowError> { in allocate_address_space() argument293 ) -> Result<Lrc<SourceFile>, OffsetOverflowError> { in try_new_source_file() argument
1186 pub struct OffsetOverflowError; struct