From 1b6a04ca5504955c571d1c97504fb45ea0befee4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 8 Jan 2024 01:21:28 +0400 Subject: Initial vendor packages Signed-off-by: Valentin Popov --- vendor/smallvec/debug_metadata/smallvec.natvis | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 vendor/smallvec/debug_metadata/smallvec.natvis (limited to 'vendor/smallvec/debug_metadata/smallvec.natvis') diff --git a/vendor/smallvec/debug_metadata/smallvec.natvis b/vendor/smallvec/debug_metadata/smallvec.natvis new file mode 100644 index 0000000..8731860 --- /dev/null +++ b/vendor/smallvec/debug_metadata/smallvec.natvis @@ -0,0 +1,35 @@ + + + + + + + {{ len={len()} is_inline={is_inline()} }} + + is_inline() ? $T2 : capacity + len() + data_ptr() + + + len() + data_ptr() + + + + + + + + + {{ len={len()} is_inline={is_inline()} }} + + is_inline() ? $T2 : capacity + len() + + + len() + data_ptr() + + + + \ No newline at end of file -- cgit v1.2.3