Searched refs:isMyFormat (Results 1 – 13 of 13) sorted by relevance
68 if (m_ArchiveReader.isMyFormat(**input)) { in readGroup()79 else if (m_ObjectReader.isMyFormat(**input)) { in readGroup()89 else if (m_DynObjReader.isMyFormat(**input)) { in readGroup()
29 bool BSDArchiveReader::isMyFormat(Input& pInput) const in isMyFormat() function in BSDArchiveReader
45 bool GNUArchiveReader::isMyFormat(Input& pInput) const in isMyFormat() function in GNUArchiveReader386 if (m_ELFObjectReader.isMyFormat(*member)) { in includeMember()394 else if (isMyFormat(*member)) { in includeMember()
47 bool ELFDynObjReader::isMyFormat(Input &pInput) const in isMyFormat() function in ELFDynObjReader
60 bool ELFObjectReader::isMyFormat(Input &pInput) const in isMyFormat() function in ELFObjectReader
33 bool isMyFormat(Input& pInput) const;
40 virtual bool isMyFormat(Input& pInput) const = 0;
36 virtual bool isMyFormat(Input& pInput) const in isMyFormat() function
38 bool isMyFormat(Input &pFile) const;
49 bool isMyFormat(Input &pFile) const;
41 bool isMyFormat(Input& input) const;
151 else if (getObjectReader()->isMyFormat(**input)) { in normalize()159 else if (getDynObjReader()->isMyFormat(**input)) { in normalize()166 else if (getArchiveReader()->isMyFormat(**input)) { in normalize()
159 ASSERT_TRUE( m_pELFObjReader->isMyFormat(*m_pInput) ); in TEST_F()