Searched defs:TLVObject (Results 1 – 2 of 2) sorted by relevance
60 struct API_EXPORT TLVObject { struct62 TLVObject() : total_(0), cursor_(0) in TLVObject() argument75 static inline size_t Count(bool value) in Count()79 static inline size_t Count(int8_t value) in Count()83 static inline size_t Count(int16_t value) in Count()87 static inline size_t Count(int32_t value) in Count()111 static inline size_t Count(TLVObject &value) in Count() argument343 virtual ~TLVObject() = default; argument352 inline bool IsEnough() const in IsEnough()357 size_t total_ = 0;[all …]
22 TLVObject::TLVObject(std::vector<std::uint8_t> &buffer) in TLVObject() function in OHOS::UDMF::TLVObject