Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/syn/src/
Dbuffer.rs411 pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { in same_buffer() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dbuffer.rs411 pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { in same_buffer() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/
Dbuffer.rs411 pub(crate) fn same_buffer(a: Cursor, b: Cursor) -> bool { in same_buffer() function
/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
/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
/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dhashtable.hpp3163 const bool same_buffer = old_buckets == new_buckets; in rehash_impl() local