Searched defs:ByteBuffer (Results 1 – 7 of 7) sorted by relevance
24 public class ByteBuffer class37 public ByteBuffer(int initialCapacity) in ByteBuffer() method in ByteBuffer47 public ByteBuffer(byte[] buffer) in ByteBuffer() method in ByteBuffer58 public ByteBuffer(byte[] buffer, int length) in ByteBuffer() method in ByteBuffer75 public ByteBuffer(InputStream in) throws IOException in ByteBuffer() method in ByteBuffer103 public ByteBuffer(byte[] buffer, int offset, int length) in ByteBuffer() method in ByteBuffer
25 ByteBuffer::ByteBuffer() { in ByteBuffer() function in rtc::ByteBuffer29 ByteBuffer::ByteBuffer(ByteOrder byte_order) { in ByteBuffer() function in rtc::ByteBuffer33 ByteBuffer::ByteBuffer(const char* bytes, size_t len) { in ByteBuffer() function in rtc::ByteBuffer37 ByteBuffer::ByteBuffer(const char* bytes, size_t len, ByteOrder byte_order) { in ByteBuffer() function in rtc::ByteBuffer41 ByteBuffer::ByteBuffer(const char* bytes) { in ByteBuffer() function in rtc::ByteBuffer
88 friend class ByteBuffer; variable
24 class ByteBuffer; variable
61 typedef de::RingBuffer<deUint8> ByteBuffer; typedef
43 class ByteBuffer; variable
45 class ByteBuffer; variable