Searched defs:ConstexprStringView (Results 1 – 1 of 1) sorted by relevance
68 struct ConstexprStringView { struct72 constexpr ConstexprStringView(const char (& lit)[N]) // NOLINT: explicit. in ConstexprStringView() argument79 constexpr ConstexprStringView(const char* ptr, size_t size) in ConstexprStringView() function86 constexpr ConstexprStringView() : _array(""), _size(0u) {} in ConstexprStringView() function102 constexpr ConstexprStringView substr(size_t start, size_t len) const { in substr() argument110 constexpr ConstexprStringView substr(size_t start) const { in substr() argument131 operator==(const ConstexprStringView& lhs, const ConstexprStringView& rhs) { argument