Searched refs:next_sep (Results 1 – 2 of 2) sorted by relevance
138 size_t next_sep = merged_strings.find('\0', pos); in DeserializeBuffer() local139 strings.emplace_back(merged_strings.substr(pos, next_sep - pos)); in DeserializeBuffer()140 pos = next_sep == std::string::npos ? next_sep : next_sep + 1; in DeserializeBuffer()
708 const char* const next_sep = strchr(pattern, ':'); in MatchesFilter() local710 next_sep != nullptr ? next_sep : pattern + strlen(pattern); in MatchesFilter()719 if (next_sep == nullptr) { in MatchesFilter()722 pattern = next_sep + 1; in MatchesFilter()