Home
last modified time | relevance | path

Searched defs:SkipTo (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fde/css/
Dcfde_cssvaluelistparser.cpp59 int32_t CFDE_CSSValueListParser::SkipTo(FX_WCHAR wch, in SkipTo() function in CFDE_CSSValueListParser
/external/llvm/include/llvm/Bitcode/
DBitstreamReader.h537 size_t SkipTo = GetCurrentBitNo() + NumFourBytes*4*8; in SkipBlock() local
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DBitstreamReader.h379 const unsigned char *const SkipTo = NextChar + NumWords*4; in SkipBlock() local
/external/v8/src/debug/
Ddebug.h135 void SkipTo(int count) { in SkipTo() function