Home | History | Annotate | Download | only in Object

Lines Matching defs:doContinue

176     bool doContinue = false;
178 if (getBinaryReader()->isMyFormat(**input, doContinue)) {
184 else if (doContinue && getObjectReader()->isMyFormat(**input, doContinue)) {
192 else if (doContinue && getDynObjReader()->isMyFormat(**input, doContinue)) {
199 else if (doContinue && getArchiveReader()->isMyFormat(**input, doContinue)) {
212 else if (doContinue && getScriptReader()->isMyFormat(**input, doContinue)) {