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