Searched refs:COLON_SEPARATOR (Results 1 – 2 of 2) sorted by relevance
33 const std::string COLON_SEPARATOR = ":"; variable122 std::vector<std::string> splitResult = SplitStringBySeparator(info, COLON_SEPARATOR); in DealConfigInputInfo()
36 #define COLON_SEPARATOR ":" macro429 value = strstr(subVal, COLON_SEPARATOR); in GetValueFromJsonStr()