Home | History | Annotate | Download | only in bookmaker

Lines Matching defs:classMatch

658     bool classMatch = curRoot->fName == classPart;
661 classMatch |= curRoot->fName == classPart;
670 classMatch |= temp != defRoot && temp->fName == classPart;
675 if (classMatch) {
690 buildup = filename.substr(start) + "#" + (classMatch ? namePart : *str);