Searched refs:delimiter (Results 1 – 6 of 6) sorted by relevance
40 constexpr const char delimiter = '/'; in FromString() local46 std::string package = s.substr(0, s.find(delimiter)); in FromString()49 activity_name.erase(0, s.find(delimiter) + sizeof(delimiter)); in FromString()
142 inline std::string StringJoin(const std::string& delimiter, const std::vector<std::string>& vec) { in StringJoin() argument147 ss << delimiter; in StringJoin()
33 CHPP packets consist of a 2-byte preamble (packet start delimiter) and 8 bytes of header informatio…50 CHPP packets use a two-byte preamble as the packet start delimiter. If the receiving side is not ac…
746 local delimiter="${1}"750 result+="${delimiter}${element}"
319 # character used as a quote delimiter is used inconsistently within a module.
312 # character used as a quote delimiter is used inconsistently within a module.