Lines Matching refs:GetChar
129 char c = file_->GetChar(); in SkipCurrentLine()
131 file_->GetChar(); in SkipCurrentLine()
142 int c = file_->GetChar(); in SkipCurrentLine()
148 file_->GetChar(); in SkipCurrentLine()
160 int c = file_->GetChar(); in Skip()
198 file_->GetChar(); in ReadCacheableTime()
208 file_->GetChar(); in ReadCacheableTime()
231 file_->GetChar(); in ReadToken()
280 char c = file_->GetChar(); in ReadId()
286 c = file_->GetChar(); in ReadId()
291 file_->GetChar(); in ReadId()
306 file_->GetChar(); in ReadNum()
331 char c = file_->GetChar(); // read 'b' or 'B' in ReadBinaryNum()
339 file_->GetChar(); in ReadBinaryNum()
366 file_->GetChar(); in ReadOctNum()
376 char c = file_->GetChar(); // read 'x' or 'X' in ReadHexNum()
384 file_->GetChar(); in ReadHexNum()
398 char c = file_->GetChar(); in ReadDecNum()
408 file_->GetChar(); in ReadDecNum()
421 file_->GetChar(); in ReadNumSuffix()
430 char c = file_->GetChar(); in ReadShiftLeftOp()
433 file_->GetChar(); in ReadShiftLeftOp()
447 char c = file_->GetChar(); in ReadShiftRightOp()
450 file_->GetChar(); in ReadShiftRightOp()
464 char c = file_->GetChar(); in ReadPPlusOp()
467 file_->GetChar(); in ReadPPlusOp()
481 char c = file_->GetChar(); in ReadMMinusOp()
484 file_->GetChar(); in ReadMMinusOp()
498 char c = file_->GetChar(); in ReadComment()
517 char c = file_->GetChar(); in ReadLineComment()
521 c = file_->GetChar(); in ReadLineComment()
535 char c = file_->GetChar(); in ReadBlockComment()
539 c = file_->GetChar(); in ReadBlockComment()
543 c = file_->GetChar(); in ReadBlockComment()
555 char c = file_->GetChar(); in ReadSymbolToken()