Searched defs:SetFilterParamOp (Results 1 – 1 of 1) sorted by relevance
154 struct SetFilterParamOp : Op { struct155 static constexpr auto kType = Type::SetFilterParamOp; argument156 explicit SetFilterParamOp(const std::string& filterStr): filterStr(std::move(filterStr)) {} in SetFilterParamOp() function157 std::string filterStr;