Searched refs:rfind (Results 1 – 4 of 4) sorted by relevance
109 size_t pos = s.rfind(".rs"); in stripRS()
281 rfind(char* str, char c) function773 char* classname = rfind(fullname, '.');
831 size_t pos = name.rfind('.'); in Write()
49 string::size_type pos = str.rfind('.'); in class_name_leaf()