Searched refs:isTure (Results 1 – 1 of 1) sorted by relevance
97 std::string GetBoolStr(bool isTure) in GetBoolStr() argument99 return isTure ? "True" : "False"; in GetBoolStr()