Home
last modified time | relevance | path

Searched defs:SkipBytes (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dtexstore.h145 int SkipBytes; member
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/test_tools/
H A Dmock_streams.h87 bool SkipBytes(size_t bytes) override { in SkipBytes() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
H A Dweb_transport_stream_adapter.cc152 bool WebTransportStreamAdapter::SkipBytes(size_t bytes) { in SkipBytes() function in quic::WebTransportStreamAdapter
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/
Dpickle.h81 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT { in SkipBytes() function
/aosp_15_r20/external/libchrome/base/
H A Dpickle.h78 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT { in SkipBytes() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/
Dpickle.h81 bool SkipBytes(int num_bytes) WARN_UNUSED_RESULT { in SkipBytes() function
/aosp_15_r20/external/libgav1/src/utils/
H A Draw_bit_reader.cc199 bool RawBitReader::SkipBytes(size_t num_bytes) { in SkipBytes() function in libgav1::RawBitReader
H A Draw_bit_reader_test.cc537 TEST_P(RawBitReaderTest, SkipBytes) { in TEST_P() argument
/aosp_15_r20/external/cronet/base/
H A Dpickle.h83 [[nodiscard]] bool SkipBytes(size_t num_bytes) { in SkipBytes() function
/aosp_15_r20/external/cronet/net/ntlm/
H A Dntlm_buffer_reader.cc231 bool NtlmBufferReader::SkipBytes(size_t count) { in SkipBytes() function in net::ntlm::NtlmBufferReader
H A Dntlm_buffer_reader_unittest.cc265 TEST(NtlmBufferReaderTest, SkipBytes) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Djpeg_header_parser.cc204 TfLiteStatus SkipBytes(int bytes) { in SkipBytes() function in tflite::acceleration::decode_jpeg_kernel::__anonff4534520111::JfifHeaderParser
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DGzHandler.cpp182 static HRESULT SkipBytes(NDecoder::CCOMCoder *stream, UInt32 size) in SkipBytes() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/web_transport/encapsulated/
H A Dencapsulated_web_transport.cc587 bool EncapsulatedSession::InnerStream::SkipBytes(size_t bytes) { in SkipBytes() function in webtransport::EncapsulatedSession::InnerStream
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddecode_proto_op.cc366 static bool SkipBytes(CodedInputStream* input) { in SkipBytes() function in tensorflow::__anon9e74c1ef0111::CountCollector
/aosp_15_r20/external/clang/lib/Lex/
H A DLexer.cpp1372 void Lexer::SkipBytes(unsigned Bytes, bool StartOfLine) { in SkipBytes() function in Lexer