Searched defs:FixedString (Results 1 – 1 of 1) sorted by relevance
67 struct FixedString struct73 FixedString() { // override default in FixedString() function77 FixedString(const FixedString& other) { // override default. in FixedString() argument84 FixedString(Types&&... args) { in FixedString() function126 operator std::string_view() const { in string_view()131 size_t buffer_offset() const { return offsetof(std::decay_t<decltype(*this)>, buffer_); } in buffer_offset()155 FixedString& append(const T& t) { in append() argument182 FixedString& appendStringView(std::string_view s) { in appendStringView() argument190 FixedString& appendString(const char *s) { in appendString() argument206 FixedString& copyFrom(const FixedString<U>& other) { in copyFrom() argument[all …]