| 1719 | } |
| 1720 | |
| 1721 | static bool isLifetimeOwned(const ValueType* vtParent) |
| 1722 | { |
| 1723 | if (vtParent->container) |
| 1724 | return !vtParent->container->view; |
| 1725 | return vtParent->type == ValueType::CONTAINER; |
| 1726 | } |
| 1727 | |
| 1728 | static bool isLifetimeOwned(const ValueType *vt, const ValueType *vtParent) |
| 1729 | { |