Searched refs:remove_first (Results 1 – 6 of 6) sorted by relevance
32 pub fn remove_first(&mut self) -> Option<RustPathComponent> { in remove_first() method34 self.path.remove_first() in remove_first()
43 pub fn remove_first(&mut self) -> Option<RustPathComponent> { in remove_first() method
91 pub fn remove_first(&mut self) -> Option<RustIdent> { in remove_first() method172 pub fn remove_first(&mut self) -> Option<RustIdent> { in remove_first() method174 self.path.remove_first() in remove_first()
203 bool remove_first = parent->ranges[first].offset == offset; in radv_amdgpu_winsys_bo_virtual_bind() local215 remove_first = true; in radv_amdgpu_winsys_bo_virtual_bind()224 range_count_delta = 1 - (last - first + 1) + !remove_first + !remove_last; in radv_amdgpu_winsys_bo_virtual_bind()225 new_idx = first + !remove_first; in radv_amdgpu_winsys_bo_virtual_bind()237 if (parent->ranges[first].offset + parent->ranges[first].size > offset || remove_first) { in radv_amdgpu_winsys_bo_virtual_bind()241 if (!remove_first) { in radv_amdgpu_winsys_bo_virtual_bind()263 if (!remove_first) in radv_amdgpu_winsys_bo_virtual_bind()
203 a_attr a_type *a_prefix##remove_first(a_ph_type *ph); \267 a_prefix##remove_first(a_ph_type *ph) { \
475 source.remove_first().unwrap(); in make_path_to_path()476 dest.remove_first().unwrap(); in make_path_to_path()