Searched refs:SPLITOR (Results 1 – 2 of 2) sorted by relevance
27 const static std::string SPLITOR = ","; variable71 if (!SPLITOR.empty()) { in Split()73 while ((pos = src.find(SPLITOR)) != std::string::npos) { in Split()79 src.erase(0, pos + SPLITOR.length()); in Split()
62 const static std::string SPLITOR = ","; variable