Home
last modified time | relevance | path

Searched refs:remove_first (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/protobuf-codegen/src/gen/rust/
Dpath.rs32 pub fn remove_first(&mut self) -> Option<RustPathComponent> { in remove_first() method
34 self.path.remove_first() in remove_first()
Drel_path.rs43 pub fn remove_first(&mut self) -> Option<RustPathComponent> { in remove_first() method
/external/rust/crates/protobuf-codegen/2.27.1/src/
Drust_name.rs91 pub fn remove_first(&mut self) -> Option<RustIdent> { in remove_first() method
172 pub fn remove_first(&mut self) -> Option<RustIdent> { in remove_first() method
174 self.path.remove_first() in remove_first()
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_bo.c203 bool remove_first = parent->ranges[first].offset == offset; in radv_amdgpu_winsys_bo_virtual_bind() local
215 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()
/external/jemalloc_new/include/jemalloc/internal/
Dph.h203 a_attr a_type *a_prefix##remove_first(a_ph_type *ph); \
267 a_prefix##remove_first(a_ph_type *ph) { \
/external/rust/crates/protobuf-codegen/src/gen/
Drust_types_values.rs475 source.remove_first().unwrap(); in make_path_to_path()
476 dest.remove_first().unwrap(); in make_path_to_path()