Searched defs:ByteBuffer (Results 1 – 9 of 9) sorted by relevance
52 type ByteBuffer struct { struct53 pos int54 buf []byte55 underflow error
85 fn string_from_bytebuffer(buf: &alloc::UserRef<ByteBuffer>, usercall: &str, arg: &str) -> String { in string_from_bytebuffer()
53 unsafe impl UserSafeSized for ByteBuffer {} implementation