Home
last modified time | relevance | path

Searched defs:remove_first (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/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
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/
Drel_path.rs43 pub fn remove_first(&mut self) -> Option<RustPathComponent> { in remove_first() method
Dpath.rs32 pub fn remove_first(&mut self) -> Option<RustPathComponent> { in remove_first() method
/aosp_15_r20/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_bo.c172 bool remove_first = parent->ranges[first].offset == offset; in radv_amdgpu_winsys_bo_virtual_bind() local