HomeSort by relevance Sort by last modified time
    Searched defs:next_in_ (Results 1 - 5 of 5) sorted by null

  /external/bsdiff/
brotli_decompressor.h 17 : brotli_decoder_state_(nullptr), next_in_(nullptr), available_in_(0) {}
26 const uint8_t* next_in_; member in class:bsdiff::BrotliDecompressor
  /external/tensorflow/tensorflow/core/lib/io/snappy/
snappy_inputbuffer.h 67 // Looks up `next_in_` to check how much data in `input_buffer_`
80 // `next_in_`. Uncompresses the next compressed block and writes the output
111 char* next_in_; member in class:tensorflow::io::SnappyInputBuffer
116 // Number of unread bytes bytes available at `next_in_` in `input_buffer_`.
snappy_outputbuffer.h 93 // Compresses `avail_in_` bytes at `next_in_` location in `input_buffer_` and
105 char* next_in_; member in class:tensorflow::io::SnappyOutputBuffer
  /external/pdfium/core/fxcodec/gif/
cfx_gifcontext.h 57 uint8_t* next_in_; member in class:CFX_GifContext
cfx_lzwdecompressor.h 59 uint8_t* next_in_; member in class:CFX_LZWDecompressor

Completed in 678 milliseconds