Home
last modified time | relevance | path

Searched defs:as_bytes (Results 1 – 25 of 71) sorted by relevance

123

/external/rust/crates/bstr/src/unicode/
Dword.rs59 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
135 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
206 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
286 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
Dsentence.rs52 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
124 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
Dgrapheme.rs63 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
155 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
/external/pigweed/pw_allocator/public/pw_allocator/
Dbuffer.h56 ByteSpan as_bytes() { return buffer_; } in as_bytes() function
/external/rust/crates/regex/tests/
Dbytes.rs7 fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
Dtest_default_bytes.rs34 fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
/external/fmtlib/test/fuzzing/
Dfuzzer-common.h36 template <typename T> inline const std::uint8_t* as_bytes(const T* data) { in as_bytes() function
/external/rust/crates/bstr/src/
Dbstr.rs97 pub(crate) fn as_bytes(&self) -> &[u8] { in as_bytes() method
Dbstring.rs70 pub(crate) fn as_bytes(&self) -> &[u8] { in as_bytes() method
/external/rust/crates/regex/src/
Dinput.rs101 fn as_bytes(&self) -> &[u8]; in as_bytes() method
133 fn as_bytes(&self) -> &[u8] { in as_bytes() method
219 fn as_bytes(&self) -> &[u8] { in as_bytes() method
332 fn as_bytes(&self) -> &[u8] { in as_bytes() method
/external/python/bumble/rust/src/wrapper/
Dcore.rs117 pub fn as_bytes(&self) -> [u8; 4] { in as_bytes() method
154 pub fn as_bytes(&self) -> [u8; 16] { in as_bytes() method
/external/tensorflow/tensorflow/python/util/
Dcompat.py61 def as_bytes(bytes_or_text, encoding='utf-8'): function
/external/rust/crates/mls-rs-core/src/
Dsecret.rs28 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/external/rust/crates/bytemuck/tests/
Doffset_of_tests.rs43 let as_bytes = &foo as *const _ as *const u8; in test_offset_of_foo() localVariable
/external/rust/crates/rustix/src/path/
Ddec_int.rs85 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/external/cpuinfo/src/x86/cache/
Dinit.c12 uint8_t as_bytes[16]; member
/external/rust/crates/macaddr/src/
Daddr.rs61 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/external/python/dateutil/dateutil/test/
Dtest_isoparser.py381 def test_parse_isodate(d, dt_fmt, as_bytes): argument
455 def test_isotime(time_val, time_fmt, as_bytes): argument
/external/rust/crates/virtio-drivers/src/device/net/
Dnet_buf.rs59 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/external/rust/crates/vm-memory/src/
Dbytes.rs123 fn as_bytes(&mut self) -> VolatileSlice { in as_bytes() method
/external/flatbuffers/rust/flatbuffers/src/
Dvtable.rs68 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/external/rust/crates/der/src/
Dstr_ref.rs38 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
/external/harfbuzz_ng/src/
Dhb-blob.hh57 hb_bytes_t as_bytes () const { return hb_bytes_t (data, length); } in as_bytes() function
/external/rust/crates/der/src/asn1/integer/
Dint.rs107 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
199 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/external/rust/crates/der/src/asn1/
Doctet_string.rs28 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
130 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method

123