Lines Matching defs:TlvNode
32 typedef struct TlvNode {
36 struct TlvNode *next;
37 } TlvNode;
70 uint8_t UnMarshallUint8(const TlvNode *tlvHead, uint8_t nodeType);
71 uint16_t UnMarshallUint16(const TlvNode *tlvHead, uint8_t nodeType);
72 uint32_t UnMarshallUint32(const TlvNode *tlvHead, uint8_t nodeType);
73 uint64_t UnMarshallUint64(const TlvNode *tlvHead, uint8_t nodeType);
74 int8_t UnMarshallInt8(const TlvNode *tlvHead, uint8_t nodeType);
75 int16_t UnMarshallInt16(const TlvNode *tlvHead, uint8_t nodeType);
76 int32_t UnMarshallInt32(const TlvNode *tlvHead, uint8_t nodeType);
77 int64_t UnMarshallInt64(const TlvNode *tlvHead, uint8_t nodeType);
78 const char* UnMarshallString(const TlvNode *tlvHead, uint8_t nodeType);