Home
last modified time | relevance | path

Searched defs:wuffs_gzip__decoder__struct (Results 1 – 2 of 2) sorted by relevance

/external/wuffs-mirror-release-c/release/c/
Dwuffs-v0.2.c3482 struct wuffs_gzip__decoder__struct { struct
3492 struct {
3499 } private_impl;
3501 struct {
3512 } private_data;
3539 initialize(size_t sizeof_star_self, in initialize()
3565 wuffs_gzip__decoder__struct(const wuffs_gzip__decoder__struct&) = delete; argument
3566 wuffs_gzip__decoder__struct& operator=(const wuffs_gzip__decoder__struct&) = argument
Dwuffs-v0.3.c8216 struct wuffs_gzip__decoder__struct { struct
8224 struct {
8233 } private_impl;
8235 struct {
8246 } private_data;
8250 using unique_ptr = std::unique_ptr<wuffs_gzip__decoder, decltype(&free)>;
8278 wuffs_gzip__decoder__struct() = delete; argument
8280 wuffs_gzip__decoder__struct& operator=( argument
8293 uint8_t dead_weight[123000000]; // 123 MB.
8297 initialize( in initialize()
[all …]