Searched refs:str_ (Results 1 – 2 of 2) sorted by relevance
43 Simstr::Simstr(const char * str_) in Simstr() argument45 if (str_ == 0) in Simstr()53 len = strlen(str_); in Simstr()55 memcpy(sz,str_,len+1); in Simstr()
47 stricmp(const std::string& str) : str_(str) in stricmp()51 { return (0 == _stricmp(str_.c_str(), other.c_str())); } in operator ()()53 std::string str_; member
Completed in 9 milliseconds