Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h59 struct value_t; in CORE_BEGIN_NAMESPACE()
89 struct value_t { in CORE_BEGIN_NAMESPACE() struct
101 value_t value; in CORE_BEGIN_NAMESPACE()
130 value_t(const char* value) noexcept : value_t(string(value)) {} in CORE_BEGIN_NAMESPACE() argument
167 value_t(const value_t& other) : type(other.type) in CORE_BEGIN_NAMESPACE() argument
200 value_t& operator=(const value_t& other) in CORE_BEGIN_NAMESPACE()
271 value_t& operator=(value_t&& rhs) noexcept in CORE_BEGIN_NAMESPACE()
358 ~value_t() in CORE_BEGIN_NAMESPACE() argument
495 object_.emplace_back(value_t<Tag>::string(key), value_t<Tag> {}); in CORE_BEGIN_NAMESPACE()
707 res = value_t<T>(typename value_t<T>::null {}); in CORE_BEGIN_NAMESPACE()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson.h26 BASE_NS::string to_formatted_string(const CORE_NS::json::value_t<T>& value,
33 void append(BASE_NS::string& out, const typename value_t<T>::string& string) in append()
42 …BASE_NS::string& out, const typename value_t<T>::object& object, const int indentation, int curren… in append()
72 …BASE_NS::string& out, const typename value_t<T>::array& array, const int indentation, int currentI… in append()
112 BASE_NS::string to_formatted_string(const value_t<T>& value, const int indentation, const int curre… in to_formatted_string()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/
H A Djson_protocol.cpp74 case nlohmann::detail::value_t::boolean: in Read()
79 case nlohmann::detail::value_t::number_unsigned: in Read()
80 case nlohmann::detail::value_t::number_integer: in Read()
85 case nlohmann::detail::value_t::string: { in Read()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/subscribemanager/
H A Dsubscribe_info_checker.cpp66 if (deviceIdJson.type() != ExtraInfo::value_t::string) { in CheckProfileChangeInner()
76 if (type != ExtraInfo::value_t::array) { in CheckProfileChangeInner()
80 … [](const auto& serviceIdJson) { return serviceIdJson.type() == ExtraInfo::value_t::string; }); in CheckProfileChangeInner()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/serializable/
H A Dserializable.h143 node = json::value_t::array; in SetValue()
169 node = json::value_t::object; in SetValue()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dserializable.cpp193 static const json jsonNull = json::value_t::null; in GetSubNode()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/
H A Dserializable.h112 node = json::value_t::array; in SetValue()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/
H A Dserializable.cpp218 static const json jsonNull = json::value_t::null; in GetSubNode()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp1772 static const nlohmann::json jsonNull = nlohmann::json::value_t::null; in GetSubNode()