Searched defs:HasPadding (Results 1 – 5 of 5) sorted by relevance
31 pub struct HasPadding<T: ?Sized, const VALUE: bool>(PhantomData<T>); struct33 impl<T: ?Sized, const VALUE: bool> ShouldBe<VALUE> for HasPadding<T, VALUE> {} implementation
132 bool HasPadding = false; in performOptimizedStructLayout() local
147 bool HasPadding(const Window& window) { in HasPadding() function
232 bool Buffer<T>::HasPadding() const { in HasPadding() function