/third_party/skia/third_party/externals/zlib/google/ |
D | compression_utils.cc | 38 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/ |
D | vtable.rs | 31 self.as_bytes().eq(other.as_bytes()) in eq() 68 pub fn as_bytes(&self) -> &[u8] { in as_bytes() method
|
D | table.rs | 68 ident.as_bytes() == got in buffer_has_identifier()
|
D | builder.rs | 279 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/ |
D | hb-blob.hh | 57 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()
|
D | hb-serialize.hh | 75 && links.as_bytes () == o.links.as_bytes (); in operator ==() 80 links.as_bytes ().hash (); in hash()
|
D | hb-vector.hh | 123 hb_bytes_t as_bytes () const in as_bytes() function
|
D | hb-ot-var-gvar-table.hh | 486 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/ |
D | hb-blob.hh | 57 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()
|
D | hb-serialize.hh | 75 && links.as_bytes () == o.links.as_bytes (); in operator ==() 80 links.as_bytes ().hash (); in hash()
|
D | hb-vector.hh | 107 hb_bytes_t as_bytes () const in as_bytes() function
|
/third_party/cef/libcef/browser/devtools/ |
D | devtools_controller.cc | 38 this, base::as_bytes(base::make_span(message))); in SendDevToolsMessage() 68 this, base::as_bytes(base::make_span(protocol_message))); in ExecuteDevToolsMethod()
|
D | devtools_frontend.cc | 397 this, base::as_bytes(base::make_span(*protocol_message))); in HandleMessageFromDevToolsFrontend()
|
/third_party/cef/libcef/browser/net/ |
D | crlset_file_util_impl.cc | 20 base::as_bytes(base::make_span(crl_set_bytes)), base::DoNothing()); in UpdateCRLSet()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-serialize.hh | 62 && links.as_bytes () == o.links.as_bytes (); in operator ==() 67 links.as_bytes ().hash (); in hash()
|
D | hb-blob.hh | 64 hb_bytes_t as_bytes () const in as_bytes() function
|
D | hb-vector.hh | 102 hb_bytes_t as_bytes () const in as_bytes() function
|
/third_party/python/Doc/includes/ |
D | email-dir.py | 70 fp.write(msg.as_bytes(policy=SMTP))
|
/third_party/python/Lib/email/ |
D | message.py | 164 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/ |
D | mod.rs | 188 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/ |
D | map.rs | 87 k.cmp(key.as_bytes().iter()) in lazy_strcmp()
|
/third_party/qrcodegen/rust/examples/ |
D | qrcodegen-demo.rs | 109 QrSegment::make_bytes(golden0.as_bytes()), in do_segment_demo()
|
/third_party/boost/libs/log/src/ |
D | dump_ssse3.cpp | 52 uint8_t as_bytes[16];
|
D | dump_avx2.cpp | 52 uint8_t as_bytes[32];
|
/third_party/gn/src/base/containers/ |
D | span.h | 394 as_bytes(span<T, X> s) noexcept {
|