Home
last modified time | relevance | path

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

/third_party/flatbuffers/rust/flatbuffers/src/
Dvtable.rs68 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-blob.hh64 hb_bytes_t as_bytes () const in as_bytes() function
Dhb-vector.hh102 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/harfbuzz/src/
Dhb-blob.hh57 hb_bytes_t as_bytes () const { return hb_bytes_t (data, length); } in as_bytes() function
Dhb-vector.hh107 hb_bytes_t as_bytes () const in as_bytes() function
/third_party/python/Lib/email/
Dmessage.py166 def as_bytes(self, unixfrom=False, policy=None): member in Message