Searched refs:ReadBuf (Results 1 – 6 of 6) sorted by relevance
/third_party/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffers.java | 103 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 …]
|
D | ReadBuf.java | 6 public interface ReadBuf { interface
|
D | ReadWriteBuf.java | 7 public interface ReadWriteBuf extends ReadBuf {
|
/third_party/nghttp2/src/ |
D | shrpx_client_handler.h | 134 using ReadBuf = DefaultMemchunkBuffer; variable 136 ReadBuf *get_rb();
|
D | shrpx_http2_session.h | 246 using ReadBuf = Buffer<8_k>; variable
|
D | shrpx_client_handler.cc | 1108 ClientHandler::ReadBuf *ClientHandler::get_rb() { return &rb_; } in get_rb()
|