Home
last modified time | relevance | path

Searched defs:get_bytes (Results 1 – 12 of 12) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dhpke_encryption.rs88 fn get_bytes(&self) -> Result<Vec<u8>, MlsError>; in get_bytes() method
148 fn get_bytes(&self) -> Result<Vec<u8>, MlsError> { in get_bytes() method
Dpath_secret.rs79 fn get_bytes(&self) -> Result<Vec<u8>, MlsError> { in get_bytes() method
/external/coreboot/util/riscv/
Dsifive-gpt.py56 def get_bytes(self): member in GUID
/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
Dinmemory_filesystem_py.cpp111 PyBytesObject* get_bytes(inmemoryfs::InMemoryFileSystem& fs, size_t length) { in get_bytes() function
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/reflect/
Dfield.rs145 pub fn get_bytes<'a>(&self, m: &'a dyn Message) -> &'a [u8] { in get_bytes() method
/external/python/cpython3/Lib/
Dmailbox.py90 def get_bytes(self, key): member in Mailbox
388 def get_bytes(self, key): member in Maildir
849 def get_bytes(self, key, from_=False): member in _mboxMMDF
1104 def get_bytes(self, key): member in MH
1373 def get_bytes(self, key): member in Babyl
/external/rust/android-crates-io/crates/octets/src/
Dlib.rs200 pub fn get_bytes(&mut self, len: usize) -> Result<Octets<'a>> { in get_bytes() method
474 pub fn get_bytes(&mut self, len: usize) -> Result<Octets> { in get_bytes() method
815 fn get_bytes() { in get_bytes() function
/external/pytorch/torch/fx/passes/
Dsplitter_base.py587 def get_bytes(node: torch.fx.Node): function
/external/harfbuzz_ng/src/OT/glyf/
DGlyph.hh522 hb_bytes_t get_bytes () const { return bytes; } in get_bytes() function
/external/autotest/server/site_tests/firmware_Cr50U2fCommands/
Dfirmware_Cr50U2fCommands.py76 def get_bytes(tpm_str, start, length): function
/external/autotest/client/cros/
Ddhcp_packet.py57 def get_bytes(value): function
/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmod.rs177 fn get_bytes(&self) -> Result<Vec<u8>, MlsError> { in get_bytes() method