Searched refs:TLV_DOUBLE_TAG (Results 1 – 2 of 2) sorted by relevance
51 WriteUint8(buff, TLV_DOUBLE_TAG); in WriteDouble()60 if (ReadUint8(buff, cursor) != TLV_DOUBLE_TAG) { in ReadDouble()
44 constexpr uint8_t TLV_DOUBLE_TAG = 0x21; variable