Home
last modified time | relevance | path

Searched refs:as_bytes (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/zlib/google/
Dcompression_utils.cc38 return GzipCompress(base::as_bytes(input), output); in GzipCompress()
95 return GzipUncompress(base::as_bytes(input), base::as_bytes(output)); in GzipUncompress()
110 return GzipUncompress(base::as_bytes(input), output); in GzipUncompress()
125 return GetUncompressedSize(base::as_bytes(compressed_data)); in GetUncompressedSize()
/third_party/flatbuffers/rust/flatbuffers/src/
Dvtable.rs31 self.as_bytes().eq(other.as_bytes()) in eq()
68 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
Dtable.rs68 ident.as_bytes() == got in buffer_has_identifier()
Dbuilder.rs279 let address = WIPOffset::new(self.create_byte_string(s.as_bytes()).value()); in create_shared_string()
294 WIPOffset::new(self.create_byte_string(s.as_bytes()).value()) in create_string()
684 self.push_bytes_unprefixed(ident.as_bytes()); in finish_with_opts()
/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
59 const Type* as () const { return as_bytes ().as<Type> (); } in as()
Dhb-serialize.hh75 && links.as_bytes () == o.links.as_bytes (); in operator ==()
80 links.as_bytes ().hash (); in hash()
Dhb-vector.hh123 hb_bytes_t as_bytes () const in as_bytes() function
Dhb-ot-var-gvar-table.hh486 hb_bytes_t var_data = blob->as_bytes ().sub_array (((unsigned) dataZ) + start_offset, length); in get_glyph_var_data_bytes()
/third_party/harfbuzz/src/
Dhb-blob.hh57 hb_bytes_t as_bytes () const { return hb_bytes_t (data, length); } in as_bytes() function
59 const Type* as () const { return as_bytes ().as<Type> (); } in as()
Dhb-serialize.hh75 && links.as_bytes () == o.links.as_bytes (); in operator ==()
80 links.as_bytes ().hash (); in hash()
Dhb-vector.hh107 hb_bytes_t as_bytes () const in as_bytes() function
/third_party/cef/libcef/browser/devtools/
Ddevtools_controller.cc38 this, base::as_bytes(base::make_span(message))); in SendDevToolsMessage()
68 this, base::as_bytes(base::make_span(protocol_message))); in ExecuteDevToolsMethod()
Ddevtools_frontend.cc397 this, base::as_bytes(base::make_span(*protocol_message))); in HandleMessageFromDevToolsFrontend()
/third_party/cef/libcef/browser/net/
Dcrlset_file_util_impl.cc20 base::as_bytes(base::make_span(crl_set_bytes)), base::DoNothing()); in UpdateCRLSet()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-serialize.hh62 && links.as_bytes () == o.links.as_bytes (); in operator ==()
67 links.as_bytes ().hash (); in hash()
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/python/Doc/includes/
Demail-dir.py70 fp.write(msg.as_bytes(policy=SMTP))
/third_party/python/Lib/email/
Dmessage.py164 return self.as_bytes()
166 def as_bytes(self, unixfrom=False, policy=None): member in Message
899 as_bytes = charset[2].encode('raw-unicode-escape')
900 charset = str(as_bytes, pcharset)
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dmod.rs188 self.buffer.extend_from_slice(key.as_bytes()); in push_key()
228 let mut string = self.store_blob(x.as_bytes()); in push_str()
/third_party/flatbuffers/rust/flexbuffers/src/reader/
Dmap.rs87 k.cmp(key.as_bytes().iter()) in lazy_strcmp()
/third_party/qrcodegen/rust/examples/
Dqrcodegen-demo.rs109 QrSegment::make_bytes(golden0.as_bytes()), in do_segment_demo()
/third_party/boost/libs/log/src/
Ddump_ssse3.cpp52 uint8_t as_bytes[16];
Ddump_avx2.cpp52 uint8_t as_bytes[32];
/third_party/gn/src/base/containers/
Dspan.h394 as_bytes(span<T, X> s) noexcept {

12