Searched refs:category_stream (Results 1 – 1 of 1) sorted by relevance
24 std::stringstream category_stream(category_group); in IsCategoryGroupEnabled() local25 while (category_stream.good()) { in IsCategoryGroupEnabled()27 getline(category_stream, category, ','); in IsCategoryGroupEnabled()