Home
last modified time | relevance | path

Searched defs:from_json (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/json/tests/src/
H A Dunit-noexcept.cpp35 void from_json(const json& /*unused*/, pod_bis /*unused*/) {} in from_json() function
/third_party/json/docs/examples/
H A Dfrom_json__default_constructible.cpp19 void from_json(const json& j, person& p) in from_json() function
H A Dfrom_json__non_default_constructible.cpp26 static ns::person from_json(const json& j) in from_json() function
H A Dnlohmann_define_type_non_intrusive_explicit.cpp23 void from_json(const nlohmann::json& nlohmann_json_j, person& nlohmann_json_t) in from_json() function
H A Dnlohmann_define_type_non_intrusive_with_default_explicit.cpp28 void from_json(const nlohmann::json& nlohmann_json_j, person& nlohmann_json_t) in from_json() function
H A Dnlohmann_define_type_intrusive_with_default_explicit.cpp29 friend void from_json(const nlohmann::json& nlohmann_json_j, person& nlohmann_json_t) in from_json() function in ns::person
H A Dnlohmann_define_type_intrusive_explicit.cpp29 friend void from_json(const nlohmann::json& nlohmann_json_j, person& nlohmann_json_t) in from_json() function in ns::person
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_info.cpp38 void from_json(const nlohmann::json &jsonObject, ModuleInfo &moduleInfo) in from_json() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcode_protect_bundle_info.cpp73 void from_json(const nlohmann::json &jsonObject, CodeProtectBundleInfo &CodeProtectBundleInfo) in from_json() function
H A Ddata_group_info.cpp78 void from_json(const nlohmann::json &jsonObject, DataGroupInfo &dataGroupInfo) in from_json() function
H A Dmodule_info.cpp75 void from_json(const nlohmann::json &jsonObject, ModuleInfo &moduleInfo) in from_json() function
H A Dcommon_event_info.cpp114 void from_json(const nlohmann::json &jsonObject, CommonEventInfo &commonEvent) in from_json() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Ddispatch_info.cpp38 void from_json(const nlohmann::json &jsonObject, DispatcherInfo &dispatcherInfo) in from_json() function
H A Dinstall_result.cpp47 void from_json(const nlohmann::json &jsonObject, Result &result) in from_json() function
84 void from_json(const nlohmann::json &jsonObject, Progress &progress) in from_json() function
118 void from_json(const nlohmann::json &jsonObject, InstallResult &installResult) in from_json() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/overlay/
H A Doverlay_module_info.cpp81 void from_json(const nlohmann::json &jsonObject, OverlayModuleInfo &overlayModuleInfo) in from_json() function
H A Doverlay_bundle_info.cpp72 void from_json(const nlohmann::json &jsonObject, OverlayBundleInfo &overlayBundleInfo) in from_json() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/shared/
H A Dshared_bundle_info.cpp84 void from_json(const nlohmann::json &jsonObject, SharedBundleInfo &sharedBundleInfo) in from_json() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/quick_fix/
H A Dapp_quick_fix.cpp46 void from_json(const nlohmann::json &jsonObject, AppQuickFix &appQuickFix) in from_json() function
H A Dhqf_info.cpp47 void from_json(const nlohmann::json &jsonObject, HqfInfo &hqfInfo) in from_json() function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Ddefault_permission_profile.cpp30 void from_json(const nlohmann::json &jsonObject, PermissionInfo &permissionInfo) in from_json() function
H A Dinner_bundle_user_info.cpp51 void from_json(const nlohmann::json& jsonObject, InnerBundleUserInfo& innerBundleUserInfo) in from_json() function
H A Dinner_bundle_clone_info.cpp49 void from_json(const nlohmann::json& jsonObject, InnerBundleCloneInfo& bundleCloneInfo) in from_json() function
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Djson_util.h32 inline void from_json(const json::value& jsonData, T& result) in from_json() function
40 inline void from_json(const json::value& jsonData, T& result) in from_json() function
48 inline bool from_json(const CORE_NS::json::value& jsonData, T& result) in from_json() function
74 inline void from_json(const json::value& jsonData, BASE_NS::array_view<T> container) in from_json() function
84 inline void from_json(const json::value& jsonData, T (&container)[N]) in from_json() function
/third_party/json/include/nlohmann/detail/conversions/
H A Dfrom_json.hpp37 inline void from_json(const BasicJsonType& j, typename std::nullptr_t& n) in from_json() function
84 inline void from_json(const BasicJsonType& j, typename BasicJsonType::boolean_t& b) in from_json() function
94 inline void from_json(const BasicJsonType& j, typename BasicJsonType::string_t& s) in from_json() function
110 inline void from_json(const BasicJsonType& j, StringType& s) in from_json() function
121 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_float_t& val) in from_json() function
127 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_unsigned_t& val) in from_json() function
133 inline void from_json(const BasicJsonType& j, typename BasicJsonType::number_integer_t& val) in from_json() function
141 inline void from_json(const BasicJsonType& j, EnumType& e) in from_json() function
152 inline void from_json(const BasicJsonType& j, std::forward_list<T, Allocator>& l) in from_json() function
169 inline void from_json(cons function
296 inline void from_json(const BasicJsonType& j, typename BasicJsonType::binary_t& bin) from_json() function
308 inline void from_json(const BasicJsonType& j, ConstructibleObjectType& obj) from_json() function
340 inline void from_json(const BasicJsonType& j, ArithmeticType& val) from_json() function
422 inline void from_json(const BasicJsonType& j, std::map<Key, Value, Compare, Allocator>& m) from_json() function
442 inline void from_json(const BasicJsonType& j, std::unordered_map<Key, Value, Hash, KeyEqual, Allocator>& m) from_json() function
461 inline void from_json(const BasicJsonType& j, std_fs::path& p) from_json() function
476 -> decltype(from_json(j, std::forward<T>(val))) from_json() function
491 JSON_INLINE_VARIABLE constexpr const auto& from_json = // NOLINT(misc-definitions-in-headers) global() member
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_info_storage.cpp137 void from_json(const nlohmann::json &jsonObject, FormInfoStorage &formInfoStorage) in from_json() function

Completed in 10 milliseconds

1234