Home
last modified time | relevance | path

Searched refs:ReadBuf (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java103 private static final ReadBuf EMPTY_BB = new ArrayReadWriteBuf(new byte[] {0}, 1);
154 private static int indirect(ReadBuf bb, int offset, int byteWidth) { in indirect()
160 private static long readUInt(ReadBuf buff, int end, int byteWidth) { in readUInt()
171 private static int readInt(ReadBuf buff, int end, int byteWidth) { in readInt()
176 private static long readLong(ReadBuf buff, int end, int byteWidth) { in readLong()
186 private static double readDouble(ReadBuf buff, int end, int byteWidth) { in readDouble()
211 public static Reference getRoot(ReadBuf buffer) { in getRoot()
227 private ReadBuf bb;
233 Reference(ReadBuf bb, int end, int parentWidth, int packedType) { in Reference()
237 Reference(ReadBuf bb, int end, int parentWidth, int byteWidth, int type) { in Reference()
[all …]
DReadBuf.java6 public interface ReadBuf { interface
DReadWriteBuf.java7 public interface ReadWriteBuf extends ReadBuf {
/third_party/nghttp2/src/
Dshrpx_client_handler.h134 using ReadBuf = DefaultMemchunkBuffer; variable
136 ReadBuf *get_rb();
Dshrpx_http2_session.h246 using ReadBuf = Buffer<8_k>; variable
Dshrpx_client_handler.cc1108 ClientHandler::ReadBuf *ClientHandler::get_rb() { return &rb_; } in get_rb()