Searched refs:Packs (Results 1 – 4 of 4) sorted by relevance
73 Packs the single-precision floating point number *value*.78 Packs the double-precision floating point number *value*.85 Packs a fixed length string, *s*. *n* is the length of the string but it is92 Packs a fixed length opaque data stream, similarly to :meth:`pack_fstring`.97 Packs a variable length string, *s*. The length of the string is first packed104 Packs a variable length opaque data string, similarly to :meth:`pack_string`.109 Packs a variable length byte stream, similarly to :meth:`pack_string`.116 Packs a *list* of homogeneous items. This method is useful for lists with an132 Packs a fixed length list (*array*) of homogeneous items. *n* is the length of140 Packs a variable length *list* of homogeneous items. First, the length of the
601 Packs.push_back(Pack); in PackDeductionScope()605 assert(!Packs.empty() && "Pack expansion without unexpanded packs?"); in PackDeductionScope()607 for (auto &Pack : Packs) { in PackDeductionScope()630 for (auto &Pack : Packs) in ~PackDeductionScope()639 for (auto &Pack : Packs) { in nextPackElement()654 for (auto &Pack : Packs) { in finish()728 SmallVector<DeducedPack, 2> Packs; member in __anonae8b1b510111::PackDeductionScope
360 // Packs.
476 // Packs.