Searched defs:FixedString (Results 1 – 1 of 1) sorted by relevance
67 struct FixedString struct73 FixedString() { // override default in FixedString() argument77 FixedString(const FixedString& other) { // override default. in FixedString() function84 FixedString(Types&&... args) { in FixedString() argument121 operator std::string_view() const { in string_view()126 size_t buffer_offset() const { return offsetof(std::decay_t<decltype(*this)>, buffer_); } in buffer_offset()150 FixedString& append(const T& t) { in append() argument177 FixedString& appendStringView(std::string_view s) { in appendStringView() argument185 FixedString& appendString(const char *s) { in appendString() argument201 FixedString& copyFrom(const FixedString<U>& other) { in copyFrom() argument[all …]