Home
last modified time | relevance | path

Searched refs:Detail (Results 1 - 9 of 9) sorted by relevance

/base/update/updater/utils/json/
H A Djson_visitor.h27 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 Djson_node.h63 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 Dtraits_util.h24 namespace Detail { namespace
/base/update/updater/utils/include/
H A Dscope_guard.h25 namespace Detail { namespace
54 #define ON_SCOPE_EXIT(id) auto onScopeExitGuard##id = Detail::ScopeExitGuardHelper {} + [ & ]
H A Dmacros_updater.h96 return Detail::Get<idx>(REPEAT(GET_MEMBER, __VA_ARGS__)); \
/base/update/updater/services/ui/view/component/
H A Dcomponent_factory.h73 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 Dpkg_verify.cpp69 Detail::ScopeGuard guard([&] { in PerformAction()
/base/update/sys_installer/services/ab_update/src/
H A Dab_update.cpp82 Detail::ScopeGuard guard([&] { in PerformAction()
/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp482 Detail::ScopeGuard guard([&] { in ProcessUpdater()

Completed in 4 milliseconds