Searched defs:SetQueryStr (Results 1 – 1 of 1) sorted by relevance
109 void SetQueryStr(const CharT* str) { SetImpl(&ParentT::SetQuery, str); } in SetQueryStr() function110 void SetQueryStr(StringViewT str) { SetImpl(&ParentT::SetQuery, str); } in SetQueryStr() function