Home
last modified time | relevance | path

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

12

/third_party/rust/rust/library/std/src/os/unix/ffi/
Dos_str.rs57 fn as_bytes(&self) -> &[u8]; in as_bytes() method
67 fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/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
/third_party/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
/third_party/rust/crates/env_logger/src/fmt/writer/buffer/
Dplain.rs65 pub(in crate::fmt) fn as_bytes(&self) -> &[u8] { in as_bytes() method
Dtermcolor.rs87 pub(in crate::fmt) fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/rust/crates/rustix/src/path/
Ddec_int.rs91 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/flatbuffers/rust/flatbuffers/src/
Dvtable.rs90 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-blob.hh57 hb_bytes_t as_bytes () const { return hb_bytes_t (data, length); } in as_bytes() function
Dhb-vector.hh148 hb_bytes_t as_bytes () const in as_bytes() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-blob.hh57 hb_bytes_t as_bytes () const { return hb_bytes_t (data, length); } in as_bytes() function
Dhb-vector.hh123 hb_bytes_t as_bytes () const in as_bytes() function
/third_party/rust/crates/nom/src/
Dtraits.rs92 fn as_bytes(&self) -> &[u8]; in as_bytes() method
97 fn as_bytes(&self) -> &[u8] { in as_bytes() method
104 fn as_bytes(&self) -> &[u8] { in as_bytes() method
111 fn as_bytes(&self) -> &[u8] { in as_bytes() method
118 fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/rust/rust/library/alloc/src/ffi/
Dc_str.rs186 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
541 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/rust/rust/library/core/src/mem/
Dmaybe_uninit.rs1178 pub fn as_bytes(&self) -> &[MaybeUninit<u8>] { in as_bytes() method
/third_party/rust/crates/cxx/src/
Dcxx_string.rs117 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/protobuf/rust/
Dstring.rs207 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
355 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
Dupb.rs140 pub(crate) fn as_bytes(&self) -> &[u8] { in as_bytes() method
Dcpp.rs128 pub(crate) fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/rust/rust/library/core/src/ascii/
Dascii_char.rs555 pub const fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/rust/crates/proc-macro2/src/
Dparse.rs49 fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
/third_party/python/Lib/email/
Dmessage.py196 def as_bytes(self, unixfrom=False, policy=None): member in Message
/third_party/rust/rust/library/core/src/str/
Dmod.rs319 pub const fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/rust/rust/library/alloc/src/
Dstring.rs1248 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
1901 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/rust/rust/library/std/src/sys_common/
Dwtf8.rs619 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method

12