Lines Matching refs:begin
201 return strcopy(std::begin(val), std::end(val));
243 : len(s.size()), base(copystr(std::begin(s), std::end(s))) {}
248 : len(other.len), base(copystr(std::begin(other), std::end(other))) {}
265 base = copystr(std::begin(other), std::end(other));
284 const_iterator begin() const { return base; };
321 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
326 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
335 std::equal(std::begin(lhs), std::end(lhs), rhs);
418 constexpr const_iterator begin() const { return base; };
453 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
458 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
467 std::equal(std::begin(lhs), std::end(lhs), rhs);
472 std::equal(std::begin(lhs), std::end(lhs), std::begin(rhs));
504 return std::lexicographical_compare(std::begin(lhs), std::end(lhs),
505 std::begin(rhs), std::end(rhs));