Searched refs:ReadBlock (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/
H A Dscanner-character-streams.h37 // source (ReadBlock can be called with pos_ pointing to any position,
51 virtual bool ReadBlock();
119 virtual bool ReadBlock() { function in class:v8::internal::ExternalTwoByteStringUtf16CharacterStream
H A Dscanner-character-streams.cc92 bool BufferedUtf16CharacterStream::ReadBlock() { function in class:v8::internal::BufferedUtf16CharacterStream
139 ReadBlock();
164 ReadBlock();
176 ReadBlock();
H A Dunicode-inl.h213 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
227 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
238 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
H A Dpreparser-api.cc118 virtual bool ReadBlock() { function in class:v8::internal::InputStreamUtf16Buffer
H A Dscanner.h89 if (buffer_cursor_ < buffer_end_ || ReadBlock()) {
134 virtual bool ReadBlock() = 0;
H A Dunicode.h157 static const byte* ReadBlock(Buffer<const char*> str, byte* buffer,
H A Dunicode.cc280 const byte* Utf8::ReadBlock(Buffer<const char*> str, byte* buffer, function in class:unibrow::Utf8
H A Dobjects.h7051 static const unibrow::byte* ReadBlock(String* input,
7056 static const unibrow::byte* ReadBlock(String** input,
7115 static inline const unibrow::byte* ReadBlock(String* input,
H A Dobjects.cc6227 String::ReadBlock(left, rbb, &offset, max_chars);
6242 String::ReadBlock(right, rbb, &offset, max_chars);
6342 const unibrow::byte* String::ReadBlock(String* input, function in class:v8::internal::String
6543 const unibrow::byte* String::ReadBlock(String* input, function in class:v8::internal::String
6551 const unibrow::byte* answer = ReadBlock(input, &rbb, offset_ptr, chars);
6558 const unibrow::byte* String::ReadBlock(String** raw_input, function in class:v8::internal::String
6677 const unibrow::byte* answer = String::ReadBlock(String::cast(parent()),
/external/opencv/otherlibs/highgui/
H A Dbitstrm.h89 virtual void ReadBlock();
136 virtual void ReadBlock();
155 virtual void ReadBlock();
H A Dbitstrm.cpp114 void RBaseStream::ReadBlock() function in class:RBaseStream
240 ReadBlock();
266 ReadBlock();
373 void RLBitStream::ReadBlock() function in class:RLBitStream
375 RBaseStream::ReadBlock();
407 ReadBlock();
426 ReadBlock();
483 void RMBitStream::ReadBlock() function in class:RMBitStream
485 RBaseStream::ReadBlock();
516 ReadBlock();
[all...]
H A Dgrfmt_jpeg.h102 virtual void ReadBlock();
H A Dgrfmt_jpeg.cpp529 void RJpegBitStream::ReadBlock() function in class:RJpegBitStream

Completed in 267 milliseconds