Home
last modified time | relevance | path

Searched defs:FixedBuffer (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/twox-hash/src/xxhash3/
Dstreaming.rs10 pub unsafe trait FixedBuffer: AsRef<[u8]> {} trait
22 unsafe impl<const N: usize> FixedBuffer for [u8; N] {} impl
28 unsafe impl<const N: usize> FixedBuffer for &[u8; N] {} impl
31 unsafe impl<const N: usize> FixedBuffer for &mut [u8; N] {} impl
195 fn write_impl<S>(vector: impl Vector, this: &mut RawHasherCore<S>, mut input: &[u8]) in write_impl()
294 fn finish_impl<S, F>(vector: impl Vector, this: &RawHasherCore<S>, finalize: F) -> F::Output in finish_impl()
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/
Dformat.h862 FixedBuffer(Char *array, std::size_t size) : fmt::Buffer<Char>(array, size) {} in FixedBuffer() function
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
Dformat.h872 FixedBuffer(Char *array, std::size_t size): fmt::Buffer<Char>(array, size) in FixedBuffer() function