Searched refs:whatfor (Results 1 – 1 of 1) sorted by relevance
252 RecordMatcher(const std::string &whatfor, unsigned resultNo) in RecordMatcher() argument253 : Matcher(RecordNode), WhatFor(whatfor), ResultNo(resultNo) {} in RecordMatcher()280 RecordChildMatcher(unsigned childno, const std::string &whatfor, in RecordChildMatcher() argument282 : Matcher(RecordChild), ChildNo(childno), WhatFor(whatfor), in RecordChildMatcher()