Searched defs:SkipBytes (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ | ||
D | texstore.h | 153 int SkipBytes; member |
/external/libchrome/base/ | ||
D | pickle.h | 78 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT { in SkipBytes() function |
/external/libgav1/libgav1/src/utils/ | ||
D | raw_bit_reader.cc | 199 bool RawBitReader::SkipBytes(size_t num_bytes) { in SkipBytes() function in libgav1::RawBitReader |
/external/tensorflow/tensorflow/core/kernels/ | ||
D | decode_proto_op.cc | 366 static bool SkipBytes(CodedInputStream* input) { in SkipBytes() function in tensorflow::__anon94097c390111::CountCollector |
/external/clang/lib/Lex/ | ||
D | Lexer.cpp | 1372 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { in SkipBytes() function in Lexer |