Searched refs:list_of_enables (Results 1 – 1 of 1) sorted by relevance
280 void SetLocalEnableSetting(std::string list_of_enables, std::string delimiter, CHECK_ENABLED* enabl… in SetLocalEnableSetting() argument283 while (list_of_enables.length() != 0) { in SetLocalEnableSetting()284 pos = list_of_enables.find(delimiter); in SetLocalEnableSetting()286 token = list_of_enables.substr(0, pos); in SetLocalEnableSetting()288 pos = list_of_enables.length() - delimiter.length(); in SetLocalEnableSetting()289 token = list_of_enables; in SetLocalEnableSetting()302 list_of_enables.erase(0, pos + delimiter.length()); in SetLocalEnableSetting()