Searched refs:Detail (Results 1 - 9 of 9) sorted by relevance
/base/update/updater/utils/json/ |
H A D | json_visitor.h | 27 namespace Detail { namespace 68 template<typename T, std::enable_if_t<Detail::G_IS_BASE_TYPE<T>, bool> = true> 88 template<typename T, std::enable_if_t<Detail::G_IS_VECTOR<T>, bool> = true> 123 } // namespace Detail 125 template<Action act, typename T, std::enable_if_t<Detail::G_IS_VECTOR<T>, bool> = true> 129 return Detail::MemberVisitor<act>::VisitMember(node, {}, obj, ""); in Visit() 132 template<Action act, typename T, std::enable_if_t<Detail::G_IS_NUM<decltype(Traits<T>::COUNT)>, bool> = true> 137 return Detail::StructVisitor<act>::VisitStruct(node, defaultNode, obj, in Visit() 141 template<Action act, typename T, std::enable_if_t<Detail::G_IS_NUM<decltype(Traits<T>::COUNT)>, bool> = true> 146 return Detail in Visit() [all...] |
H A D | json_node.h | 63 if (auto optPtr = std::get_if<std::optional<Detail::StandardType<T>>>(&innerObj_); optPtr) { in As() 72 if (auto optPtr = std::get_if<std::optional<Detail::StandardType<T>>>(&innerObj_); optPtr) { in operator ==() 95 static_assert(Detail::G_IS_BASE_TYPE<Detail::RemoveCvRef<T>>, "only allow change int, string, bool value"); in operator =() 97 innerObj_ = Detail::OptStandardType<T>(rhs); in operator =() 99 if (auto optPtr = std::get_if<Detail::OptStandardType<T>>(&innerObj_); optPtr) { in operator =() 100 *optPtr = Detail::OptStandardType<T>(rhs); in operator =()
|
H A D | traits_util.h | 24 namespace Detail { namespace
|
/base/update/updater/utils/include/ |
H A D | scope_guard.h | 25 namespace Detail { namespace 54 #define ON_SCOPE_EXIT(id) auto onScopeExitGuard##id = Detail::ScopeExitGuardHelper {} + [ & ]
|
H A D | macros_updater.h | 96 return Detail::Get<idx>(REPEAT(GET_MEMBER, __VA_ARGS__)); \
|
/base/update/updater/services/ui/view/component/ |
H A D | component_factory.h | 73 namespace Detail { namespace 79 inline constexpr bool IS_UPDATER_COMPONENT = Detail::CHECK_COMPONENT_LIST<T, COMPONENT_TYPE_LIST>;
|
/base/update/sys_installer/frameworks/actions/verify_action/src/ |
H A D | pkg_verify.cpp | 69 Detail::ScopeGuard guard([&] { in PerformAction()
|
/base/update/sys_installer/services/ab_update/src/ |
H A D | ab_update.cpp | 82 Detail::ScopeGuard guard([&] { in PerformAction()
|
/base/update/updater/services/updater_binary/ |
H A D | update_processor.cpp | 482 Detail::ScopeGuard guard([&] { in ProcessUpdater()
|
Completed in 4 milliseconds