Home
last modified time | relevance | path

Searched defs:same_buffer (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/src/
H A Dbuffer.rs370 pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { in same_buffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dbuffer.rs403 pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { in same_buffer() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dbuffer.rs403 pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { in same_buffer() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dcopy.rs113 let same_buffer = src_buffer.buffer() == dst_buffer.buffer(); in validate_copy_buffer() localVariable
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dgbl_efi_image_loading.rs659 same_buffer: Option<*mut c_void>, field
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Dcopy.rs115 let same_buffer = src_buffer.buffer() == dst_buffer.buffer(); in validate_copy_buffer() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dhashtable.hpp3163 const bool same_buffer = old_buckets == new_buckets; in rehash_impl() local