Home
last modified time | relevance | path

Searched defs:parse_bytes (Results 1 – 23 of 23) sorted by relevance

/external/rust/android-crates-io/crates/const-oid/src/
Dparser.rs42 const fn parse_bytes(mut self, bytes: &[u8]) -> Result<Self> { in parse_bytes() method
/external/rust/android-crates-io/crates/zerovec/src/ule/
Dslices.rs52 fn parse_bytes(bytes: &[u8]) -> Result<&Self, UleError> { in parse_bytes() method
Dmod.rs316 fn parse_bytes(bytes: &[u8]) -> Result<&Self, UleError> { in parse_bytes() method
/external/rust/android-crates-io/crates/zerovec/src/varzerovec/
Dlengthless.rs41 pub fn parse_bytes<'a>(len: u32, slice: &'a [u8]) -> Result<&'a Self, UleError> { in parse_bytes() method
Dvec.rs242 pub fn parse_bytes(slice: &'a [u8]) -> Result<Self, UleError> { in parse_bytes() method
Dslice.rs269 pub fn parse_bytes<'a>(slice: &'a [u8]) -> Result<&'a Self, UleError> { in parse_bytes() method
Dcomponents.rs229 pub fn parse_bytes(slice: &'a [u8]) -> Result<Self, VarZeroVecFormatError> { in parse_bytes() method
/external/rust/android-crates-io/crates/der/src/asn1/
Dvideotex_string.rs90 fn parse_bytes() { in parse_bytes() function
Dia5_string.rs190 fn parse_bytes() { in parse_bytes() function
Dprintable_string.rs244 fn parse_bytes() { in parse_bytes() function
Dteletex_string.rs204 fn parse_bytes() { in parse_bytes() function
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Daudit-validity-dates.py230 def parse_bytes(self, data: bytes): member in Auditor
/external/mbedtls/tests/scripts/
Daudit-validity-dates.py230 def parse_bytes(self, data: bytes): member in Auditor
/external/rust/android-crates-io/crates/zerovec/src/zerovec/
Dslice.rs58 pub fn parse_bytes(bytes: &[u8]) -> Result<&Self, UleError> { in parse_bytes() function
Dmod.rs391 pub fn parse_bytes(bytes: &'a [u8]) -> Result<Self, UleError> { in parse_bytes() method
/external/mesa3d/src/gallium/tools/trace/
Dparse.py327 def parse_bytes(self, pname): member in TraceParser
/external/rust/android-crates-io/crates/zerovec/src/
Dcow.rs119 pub fn parse_bytes(bytes: &'a [u8]) -> Result<Self, UleError> { in parse_bytes() method
/external/bpftool/src/
Dmap.c298 static char **parse_bytes(char **argv, const char *name, unsigned char *val, in parse_bytes() function
/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dparse.rs357 fn parse_bytes(&self, s: &str) -> ParseResultWithoutLoc<Vec<u8>> { in parse_bytes() method
/external/rust/android-crates-io/crates/num-bigint/src/
Dbiguint.rs635 pub fn parse_bytes(buf: &[u8], radix: u32) -> Option<BigUint> { in parse_bytes() method
Dbigint.rs675 pub fn parse_bytes(buf: &[u8], radix: u32) -> Option<BigInt> { in parse_bytes() method
/external/iptables/extensions/
Dlibxt_hashlimit.c340 static bool parse_bytes(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) in parse_bytes() function
/external/rust/android-crates-io/crates/serde_cbor/src/
Dde.rs288 fn parse_bytes<V>(&mut self, len: usize, visitor: V) -> Result<V::Value> in parse_bytes() function