Home
last modified time | relevance | path

Searched defs:old_buf_size (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/ts/
Dbuilder.ts113 const old_buf_size = this.bb.capacity(); constant
313 const old_buf_size = bb.capacity(); constant
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java262 int old_buf_size = bb.capacity(); in growByteBuffer() local
320 int old_buf_size = bb.capacity(); in prep() local
/third_party/ffmpeg/libavformat/
Dhttp.c1778 int old_buf_size, ret; in http_seek_internal() local