Searched refs:GetNextWord (Results 1 – 9 of 9) sorted by relevance
42 CPDF_SyntaxParser::WordResult word_result = parser.GetNextWord(); in ParseStream()48 word_result = parser.GetNextWord(); in ParseStream()52 word_result = parser.GetNextWord(); in ParseStream()61 word_result = parser.GetNextWord(); in ParseStream()
464 CPDF_SyntaxParser::WordResult CPDF_SyntaxParser::GetNextWord() { in GetNextWord() function in CPDF_SyntaxParser475 return GetNextWord().word; in PeekNextWord()479 return GetNextWord().word; in GetKeyword()504 WordResult word_result = GetNextWord(); in GetObjectBodyInternal()511 WordResult nextword = GetNextWord(); in GetObjectBodyInternal()515 WordResult nextword2 = GetNextWord(); in GetObjectBodyInternal()560 WordResult inner_word_result = GetNextWord(); in GetObjectBodyInternal()597 if (GetNextWord().word != "stream") in GetObjectBodyInternal()614 WordResult objnum_word_result = GetNextWord(); in GetIndirectObject()621 WordResult gennum_word_result = GetNextWord(); in GetIndirectObject()
317 m_pSyntax->GetNextWord(); in ParseStartXRef()363 CPDF_SyntaxParser::WordResult word_result = m_pSyntax->GetNextWord(); in VerifyCrossRefV4()598 CPDF_SyntaxParser::WordResult word_result = m_pSyntax->GetNextWord(); in ParseCrossRefV4()684 for (CPDF_SyntaxParser::WordResult result = m_pSyntax->GetNextWord(); in RebuildCrossRef()685 !result.word.IsEmpty(); result = m_pSyntax->GetNextWord()) { in RebuildCrossRef()1203 CPDF_SyntaxParser::WordResult word_result = m_pSyntax->GetNextWord(); in GetTrailerEnds()1206 word_result = m_pSyntax->GetNextWord(); in GetTrailerEnds()1210 word_result = m_pSyntax->GetNextWord(); in GetTrailerEnds()1216 word_result = m_pSyntax->GetNextWord(); in GetTrailerEnds()1222 m_pSyntax->GetNextWord(); in GetTrailerEnds()[all …]
68 WordResult GetNextWord();
77 if (parser->GetNextWord().word != "endobj") in Parse()
157 EXPECT_EQ("WORD", parser.GetNextWord().word); in TEST()
61 std::string GetNextWord(const std::string& code, size_t first_position) { in GetNextWord() function316 std::string arg_name = GetNextWord(*code, arg_pos); in RenameArgs()448 std::string object_name = GetNextWord(*code, next_position); in ResolveConstExprPass()457 std::string const_expr_name = GetNextWord(*code, next_position); in ResolveConstExprPass()492 std::string object_name = GetNextWord(*code, next_position); in ResolveSelectorsPass()496 std::string selector_name = GetNextWord(*code, next_position); in ResolveSelectorsPass()624 std::string object_name = GetNextWord(*code, next_position); in ResolveArgsPass()
304 GetNextWord(bIsNumber); in ReadNextObject()330 GetNextWord(bIsNumber); in ReadNextObject()376 void CPDF_StreamParser::GetNextWord(bool& bIsNumber) { in GetNextWord() function in CPDF_StreamParser
47 void GetNextWord(bool& bIsNumber);