Searched refs:list_of_disables (Results 1 – 1 of 1) sorted by relevance
307 void SetLocalDisableSetting(std::string list_of_disables, std::string delimiter, CHECK_DISABLED* di… in SetLocalDisableSetting() argument310 while (list_of_disables.length() != 0) { in SetLocalDisableSetting()311 pos = list_of_disables.find(delimiter); in SetLocalDisableSetting()313 token = list_of_disables.substr(0, pos); in SetLocalDisableSetting()315 pos = list_of_disables.length() - delimiter.length(); in SetLocalDisableSetting()316 token = list_of_disables; in SetLocalDisableSetting()330 list_of_disables.erase(0, pos + delimiter.length()); in SetLocalDisableSetting()