Home
last modified time | relevance | path

Searched defs:value_t (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h89 struct value_t { in CORE_BEGIN_NAMESPACE() struct
91 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() argument
130 value_t(const char* value) noexcept : value_t(string(value)) {} in CORE_BEGIN_NAMESPACE() function
134 value_t(null value) noexcept : type { type::null } {} in CORE_BEGIN_NAMESPACE() function
167 value_t(const value_t& other) : type(other.type) in CORE_BEGIN_NAMESPACE() argument
310 operator value_t<OtherT>() const in CORE_BEGIN_NAMESPACE() argument
[all …]