Searched defs:value_t (Results 1 – 1 of 1) sorted by relevance
89 struct value_t { in CORE_BEGIN_NAMESPACE() struct91 using string = in CORE_BEGIN_NAMESPACE()95 struct null {}; in CORE_BEGIN_NAMESPACE()98 struct pair { in CORE_BEGIN_NAMESPACE()112 union { in CORE_BEGIN_NAMESPACE()122 value_t() noexcept : type { type::uninitialized } {} in CORE_BEGIN_NAMESPACE() argument130 value_t(const char* value) noexcept : value_t(string(value)) {} in CORE_BEGIN_NAMESPACE() function134 value_t(null value) noexcept : type { type::null } {} in CORE_BEGIN_NAMESPACE() function167 value_t(const value_t& other) : type(other.type) in CORE_BEGIN_NAMESPACE() argument310 operator value_t<OtherT>() const in CORE_BEGIN_NAMESPACE() argument[all …]