Lines Matching defs:head

265 bool TLVObject::ReadHead(const std::vector<std::uint8_t> &buffer, TLVHead &head)  in ReadHead()
280 …ect::ReadValue(const std::vector<std::uint8_t> &buffer, std::monostate &value, const TLVHead &head) in ReadValue()
284 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, void *value, const TLVHead &head) in ReadValue()
288 bool TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, bool &value, const TLVHead &head) in ReadValue()
292 …l TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int8_t &value, const TLVHead &head) in ReadValue()
296 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int16_t &value, const TLVHead &head) in ReadValue()
300 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int32_t &value, const TLVHead &head) in ReadValue()
305 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, int64_t &value, const TLVHead &head) in ReadValue()
309 …l TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, double &value, const TLVHead &head) in ReadValue()
313 …TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, uint32_t &value, const TLVHead &head) in ReadValue()
317 …Object::ReadValue(const std::vector<std::uint8_t> &buffer, std::string &value, const TLVHead &head) in ReadValue()
326 … TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, RawMem &rawMem, const TLVHead &head) in ReadValue()
337 …LVObject::ReadValue(const std::vector<std::uint8_t> &buffer, TLVObject &value, const TLVHead &head) in ReadValue()
341 …eadValue(const std::vector<std::uint8_t> &buffer, std::vector<uint8_t> &value, const TLVHead &head) in ReadValue()
352 …tor<std::uint8_t> &buffer, std::map<std::string, std::vector<uint8_t>> &value, const TLVHead &head) in ReadValue()
377 const TLVHead& head) in ReadVariant()
384 const TLVHead& head) in ReadVariant()
398 …Value(const std::vector<std::uint8_t>& buffer, std::variant<_Types...>& value, const TLVHead& head) in ReadValue()
410 …VObject::ReadValue(const std::vector<std::uint8_t>& buffer, EntryValue& value, const TLVHead& head) in ReadValue()
423 … TLVObject::ReadValue(const std::vector<std::uint8_t>& buffer, Details& value, const TLVHead& head) in ReadValue()
448 …l TLVObject::ReadValue(const std::vector<std::uint8_t> &buffer, Object &value, const TLVHead &head) in ReadValue()
473 …Object::ReadValue(const std::vector<std::uint8_t> &buffer, AAFwk::Want &value, const TLVHead &head) in ReadValue()
488 const TLVHead &head) in ReadValue()