mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 21:00:59 +00:00
This commit removes DeprecatedString's "null" state, and replaces all its users with one of the following: - A normal, empty DeprecatedString - Optional<DeprecatedString> Note that null states of DeprecatedFlyString/StringView/etc are *not* affected by this commit. However, DeprecatedString::empty() is now considered equal to a null StringView. |
||
|---|---|---|
| .. | ||
| AST | ||
| BTree.cpp | ||
| BTree.h | ||
| BTreeIterator.cpp | ||
| CMakeLists.txt | ||
| Database.cpp | ||
| Database.h | ||
| Forward.h | ||
| Heap.cpp | ||
| Heap.h | ||
| Index.cpp | ||
| Index.h | ||
| Key.cpp | ||
| Key.h | ||
| Meta.cpp | ||
| Meta.h | ||
| Result.cpp | ||
| Result.h | ||
| ResultSet.cpp | ||
| ResultSet.h | ||
| Row.cpp | ||
| Row.h | ||
| Serializer.cpp | ||
| Serializer.h | ||
| SQLClient.cpp | ||
| SQLClient.h | ||
| TreeNode.cpp | ||
| Tuple.cpp | ||
| Tuple.h | ||
| TupleDescriptor.h | ||
| Type.h | ||
| Value.cpp | ||
| Value.h | ||