Home
last modified time | relevance | path

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

/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/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