Searched defs:ConstexprStringView (Results 1 – 1 of 1) sorted by relevance
67 struct ConstexprStringView { struct71 constexpr ConstexprStringView(const char (& lit)[N]) // NOLINT: explicit. in ConstexprStringView() argument78 constexpr ConstexprStringView(const char* ptr, size_t size) in ConstexprStringView() argument85 constexpr ConstexprStringView() : _array(""), _size(0u) {} in ConstexprStringView() function101 constexpr ConstexprStringView substr(size_t start, size_t len) const { in substr() argument109 constexpr ConstexprStringView substr(size_t start) const { in substr() argument130 operator==(const ConstexprStringView& lhs, const ConstexprStringView& rhs) { argument