Home
last modified time | relevance | path

Searched refs:ReadBlockAt (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dscanner.h95 ReadBlockAt(pos() - 1); in Back()
108 ReadBlockAt(pos); in Seek()
140 void ReadBlockAt(size_t new_pos) { in ReadBlockAt() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp58 bool CPDF_SyntaxParser::ReadBlockAt(FX_FILESIZE read_pos) { in ReadBlockAt() function in CPDF_SyntaxParser
82 if (!IsPositionRead(pos) && !ReadBlockAt(pos)) in GetNextChar()
99 if (!ReadBlockAt(block_start) || !IsPositionRead(pos)) in GetCharAtBackward()
Dcpdf_syntax_parser.h74 bool ReadBlockAt(FX_FILESIZE read_pos);