Searched refs:vrStr (Results 1 – 2 of 2) sorted by relevance
50 /* ctor */ CMIUtilString(const std::string &vrStr);
51 CMIUtilString::CMIUtilString(const std::string &vrStr) : std::string(vrStr) {} in CMIUtilString() argument