Searched defs:from_boxed_bytes (Results 1 – 5 of 5) sorted by relevance
86 pub(crate) fn from_boxed_bytes(slice: Box<[u8]>) -> Box<BStr> { in from_boxed_bytes() method
83 pub(crate) fn from_boxed_bytes(slice: Box<[u8]>) -> Box<BStr> { in from_boxed_bytes() method
36 pub fn from_boxed_bytes(input: Box<[u8]>) -> Box<Self> { in from_boxed_bytes() method
76 pub fn from_boxed_bytes(other: Box<[u8]>) -> Box<Self> { in from_boxed_bytes() method