Lines Matching defs:head
36 template <> bool Reading(std::nullptr_t &output, TLVObject &data, const TLVHead &head) in Reading()
52 template <> bool Reading(std::monostate &output, TLVObject &data, const TLVHead &head) in Reading()
68 template <> bool Reading(std::string &output, TLVObject &data, const TLVHead &head) in Reading()
84 template <> bool Reading(std::vector<uint8_t> &output, TLVObject &data, const TLVHead &head) in Reading()
102 template <> bool Reading(UDType &output, TLVObject &data, const TLVHead &head) in Reading()
128 template <> bool Reading(DataStatus &output, TLVObject &data, const TLVHead &head) in Reading()
156 template <> bool Reading(Object &output, TLVObject &data, const TLVHead &head) in Reading()
196 template <> bool Reading(UnifiedKey &output, TLVObject &data, const TLVHead &head) in Reading()
253 template <> bool Reading(UnifiedData &output, TLVObject &data, const TLVHead &head) in Reading()
306 template <> bool Reading(UnifiedRecord &output, TLVObject &data, const TLVHead &head) in Reading()
406 template <> bool Reading(Runtime &output, TLVObject &data, const TLVHead &head) in Reading()
489 template <> bool Reading(Privilege &output, TLVObject &data, const TLVHead &head) in Reading()
541 … bool Reading(std::shared_ptr<OHOS::Media::PixelMap> &output, TLVObject &data, const TLVHead &head) in Reading()
589 …e <> bool Reading(std::shared_ptr<OHOS::AAFwk::Want> &output, TLVObject &data, const TLVHead &head) in Reading()