Searched defs:Impl (Results 1 – 4 of 4) sorted by relevance
32 class Impl; variable
32 class LayoutParser::Impl { class in Updater::LayoutParser
52 class Unwinder::Impl { class in OHOS::HiviewDFX::Unwinder55 Impl(bool needMaps) : pid_(UNWIND_TYPE_LOCAL) in Impl() function in OHOS::HiviewDFX::Unwinder::Impl66 Impl(int pid, bool crash) : pid_(pid) in Impl() function in OHOS::HiviewDFX::Unwinder::Impl79 Impl(int pid, int nspid, bool crash) : pid_(nspid) in Impl() function in OHOS::HiviewDFX::Unwinder::Impl93 Impl(const std::shared_ptr<UnwindAccessors> &accessors, bool local) in Impl() function in OHOS::HiviewDFX::Unwinder::Impl
28 class Attributes::Impl { class in OHOS::UserIam::UserAuth::Attributes109 Attributes::Impl::Impl(const std::vector<uint8_t> &raw) in Impl() function in OHOS::UserIam::UserAuth::Attributes::Impl169 Attributes::Impl::Impl(Attributes::Impl &&other) noexcept : map_(std::move(other.map_)) in Impl() function in OHOS::UserIam::UserAuth::Attributes::Impl