Searched refs:TLV_STRING_TAG (Results 1 – 2 of 2) sorted by relevance
22 WriteUint8(buff, TLV_STRING_TAG); in WriteString()31 if (ReadUint8(buff, cursor) != TLV_STRING_TAG) { in ReadString()
43 constexpr uint8_t TLV_STRING_TAG = 0x20; variable