Searched defs:isMyFormat (Results 1 – 7 of 7) sorted by relevance
25 virtual bool isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function
27 bool BSDArchiveReader::isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function in mcld::BSDArchiveReader
35 bool ELFBinaryReader::isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function in mcld::ELFBinaryReader
45 bool ELFDynObjReader::isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function in mcld::ELFDynObjReader
62 bool ELFObjectReader::isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function in mcld::ELFObjectReader
42 bool GNUArchiveReader::isMyFormat(Input& pInput, bool& pContinue) const { in isMyFormat() function in mcld::GNUArchiveReader
37 bool ScriptReader::isMyFormat(Input& input, bool& doContinue) const { in isMyFormat() function in mcld::ScriptReader