Searched defs:TupleProtoMatcher (Results 1 – 1 of 1) sorted by relevance
712 explicit TupleProtoMatcher(const ProtoComparison& comp) : comp_(new auto(comp)) {} in TupleProtoMatcher() function714 TupleProtoMatcher(const TupleProtoMatcher& other) : comp_(new auto(*other.comp_)) {} in TupleProtoMatcher() function