Searched refs:GetWordSize (Results 1 – 6 of 6) sorted by relevance
31 WordSize GetWordSize();65 virtual WordSize GetWordSize() = 0;
38 virtual WordSize GetWordSize() OVERRIDE { in GetWordSize() function in safe_browsing::PeImageReader::OptionalHeaderImpl84 PeImageReader::WordSize PeImageReader::GetWordSize() { in GetWordSize() function in safe_browsing::PeImageReader85 return optional_header_->GetWordSize(); in GetWordSize()
45 TEST_P(PeImageReaderTest, GetWordSize) { in TEST_P() argument46 EXPECT_EQ(expected_data_->word_size, image_reader_.GetWordSize()); in TEST_P()
114 if (pe_image.GetWordSize() == PeImageReader::WORD_SIZE_32) { in ExtractImageHeaders()
61 AddNumberParam((char*)syntax.GetWordBuf(), syntax.GetWordSize()); in Parse()64 AddNameParam((FX_LPCSTR)syntax.GetWordBuf() + 1, syntax.GetWordSize() - 1); in Parse()80 CFX_ByteString bsKeyword(m_pSyntax->GetWordBuf(), m_pSyntax->GetWordSize()); in Handle_BeginImage()90 CFX_ByteString key((FX_LPCSTR)m_pSyntax->GetWordBuf() + 1, m_pSyntax->GetWordSize() - 1); in Handle_BeginImage()122 if (m_pSyntax->GetWordSize() == 2 && m_pSyntax->GetWordBuf()[0] == 'E' && in Handle_BeginImage()157 int len = m_pSyntax->GetWordSize(); in ParsePathObject()215 … FX_atonum(CFX_ByteStringC(m_pSyntax->GetWordBuf(), m_pSyntax->GetWordSize()), bInteger, &value); in ParsePathObject()407 if (GetWordSize() == 2 && GetWordBuf()[0] == 'E' && in ReadInlineStream()
27 FX_DWORD GetWordSize() in GetWordSize() function