Home
last modified time | relevance | path

Searched refs:tl (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_packet_header.h140 TypeLength tl; in Depacketize() local
141 tl.type = ntohs(*tmp++); in Depacketize()
142 tl.length = ntohs(*tmp++); in Depacketize()
144 if (tl.length == 0 || sizeof(uint16_t) * extFiledNum + tl.length > size) { in Depacketize()
147 ext_ = std::make_unique<char[]>(tl.length); in Depacketize()
148 int ret = memcpy_s(ext_.get(), tl.length, reinterpret_cast<void *>(tmp), tl.length); in Depacketize()
150 extLen_ = static_cast<ssize_t>(tl.length); in Depacketize()
/foundation/graphic/graphic_3d/lume/LumeFont/api/
H A Dintf_font.h37 BASE_NS::Math::Vec2 tl; member

Completed in 2 milliseconds