Home
last modified time | relevance | path

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

12

/external/rust/crates/bstr/src/unicode/
Dword.rs56 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
132 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
203 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
283 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
Dsentence.rs51 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
123 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
Dgrapheme.rs59 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
151 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
/external/rust/crates/regex/tests/
Dbytes.rs7 fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
Dtest_default_bytes.rs37 fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
/external/rust/crates/bstr/src/
Dbstring.rs46 pub(crate) fn as_bytes(&self) -> &[u8] { in as_bytes() method
Dbstr.rs71 pub(crate) fn as_bytes(&self) -> &[u8] { in as_bytes() method
Dutf8.rs113 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
194 pub fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
Dext_vec.rs986 pub fn as_bytes(&self) -> &[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/regex/src/
Dinput.rs103 fn as_bytes(&self) -> &[u8]; in as_bytes() method
135 fn as_bytes(&self) -> &[u8] { in as_bytes() method
221 fn as_bytes(&self) -> &[u8] { in as_bytes() method
334 fn as_bytes(&self) -> &[u8] { in as_bytes() method
/external/tensorflow/tensorflow/python/util/
Dcompat.py64 def as_bytes(bytes_or_text, encoding='utf-8'): function
/external/rust/crates/clap/src/
Dosstringext.rs10 fn as_bytes(&self) -> &[u8]; in as_bytes() method
96 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
Daddr8.rs151 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
Daddr6.rs151 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/flatbuffers/rust/flatbuffers/src/
Dvtable.rs66 pub fn as_bytes(&self) -> &[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
Dhb-vector.hh102 hb_bytes_t as_bytes () const in as_bytes() function
/external/pigweed/pw_string/public/pw_string/
Dstring_builder.h102 std::span<const std::byte> as_bytes() const { in as_bytes() function
/external/perfetto/include/perfetto/protozero/
Dfield.h135 ConstBytes as_bytes() const { in as_bytes() function
/external/rust/crates/nom/src/
Dtraits.rs95 fn as_bytes(&self) -> &[u8]; in as_bytes() method
100 fn as_bytes(&self) -> &[u8] { in as_bytes() method
107 fn as_bytes(&self) -> &[u8] { in as_bytes() method
114 fn as_bytes(&self) -> &[u8] { in as_bytes() method
121 fn as_bytes(&self) -> &[u8] { in as_bytes() method
/external/rust/cxx/src/
Dcxx_string.rs110 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method

12