Lines Matching refs:end
44 return StringRef{std::begin(page.content), std::end(page.content)};
87 p = std::copy(std::begin(node_by), std::end(node_by), p);
91 p = std::copy(std::begin(node_by), std::end(node_by), p);
99 p = std::copy(std::begin(node_for), std::end(node_for), p);
103 p = std::copy(std::begin(node_for), std::end(node_for), p);
110 p = std::copy(std::begin(host), std::end(host), p);
117 p = std::copy(std::begin(proto), std::end(proto), p);
193 p = std::copy(std::begin(name), std::end(name), p);
201 p = std::copy(std::begin(PATH_PREFIX), std::end(PATH_PREFIX), p);
202 p = std::copy(std::begin(path), std::end(path), p);
205 p = std::copy(std::begin(SECURE), std::end(SECURE), p);
248 // We will write additional ", " at the end, and cut it later.
257 p = std::copy(std::begin(altsvc.service), std::end(altsvc.service), p);
261 p = std::copy(std::begin(altsvc.params), std::end(altsvc.params), p);