Searched refs:OutOfSpace (Results 1 – 4 of 4) sorted by relevance
96 .ok_or(Error::OutOfSpace)?; in allocate_with_align()97 let end_addr = addr.checked_add(size - 1).ok_or(Error::OutOfSpace)?; in allocate_with_align()99 return Err(Error::OutOfSpace); in allocate_with_align()166 Err(Error::OutOfSpace) in allocate_fails_not_enough_space()
49 OutOfSpace, enumerator67 OutOfSpace => write!(f, "Out of space"), in fmt()
282 TEST(NonAllocatingMapTest, OutOfSpace) { in TEST() argument
41 NSString *const GPBCodedOutputStreamException_OutOfSpace = @"OutOfSpace";