Searched defs:same_buffer (Results 1 – 7 of 7) sorted by relevance
370 pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { in same_buffer() function
403 pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { in same_buffer() function
113 let same_buffer = src_buffer.buffer() == dst_buffer.buffer(); in validate_copy_buffer() localVariable
659 same_buffer: Option<*mut c_void>, field
115 let same_buffer = src_buffer.buffer() == dst_buffer.buffer(); in validate_copy_buffer() localVariable
3163 const bool same_buffer = old_buckets == new_buckets; in rehash_impl() local