HomeSort by relevance Sort by last modified time
    Searched refs:erase_to_last_of (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libutil++/
string_manip.h 27 std::string erase_to_last_of(std::string const & str, char ch);
string_manip.cpp 23 string erase_to_last_of(string const & str, char ch) function
file_manip.cpp 180 return erase_to_last_of(result, '/');
  /external/oprofile/libutil++/tests/
string_manip_tests.cpp 57 string result = erase_to_last_of(cur->input, ';');
58 check_result("erase_to_last_of()", cur->input, cur->output,

Completed in 490 milliseconds