BoxHeader         111 libheif/box.cc heif::BoxHeader::BoxHeader()
BoxHeader         116 libheif/box.cc std::vector<uint8_t> heif::BoxHeader::get_type() const
BoxHeader         132 libheif/box.cc std::string heif::BoxHeader::get_type_string() const
BoxHeader         158 libheif/box.cc heif::Error heif::BoxHeader::parse(BitstreamRange& range)
BoxHeader         208 libheif/box.cc size_t heif::BoxHeader::reserve_box_header_space(StreamWriter& writer) const
BoxHeader         220 libheif/box.cc heif::Error heif::BoxHeader::prepend_header(StreamWriter& writer, size_t box_start) const
BoxHeader         288 libheif/box.cc std::string BoxHeader::dump(Indent& indent) const
BoxHeader         329 libheif/box.cc Error BoxHeader::parse_full_box_header(BitstreamRange& range)
BoxHeader         344 libheif/box.cc   BoxHeader hdr;
BoxHeader         491 libheif/box.cc   sstr << BoxHeader::dump(indent);
BoxHeader         656 libheif/box.cc   sstr << BoxHeader::dump(indent);
BoxHeader          84 libheif/box.h    class BoxHeader {
BoxHeader          86 libheif/box.h      BoxHeader();
BoxHeader          87 libheif/box.h      ~BoxHeader() { }
BoxHeader         147 libheif/box.h    class Box : public BoxHeader {
BoxHeader         150 libheif/box.h      Box(const BoxHeader& hdr) : BoxHeader(hdr) { }
BoxHeader         192 libheif/box.h      Box_ftyp(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         220 libheif/box.h    Box_meta(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         232 libheif/box.h      Box_hdlr(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         256 libheif/box.h      Box_pitm(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         279 libheif/box.h      Box_iloc(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         350 libheif/box.h    Box_infe(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         397 libheif/box.h    Box_iinf(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         415 libheif/box.h    Box_iprp(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         427 libheif/box.h    Box_ipco(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         452 libheif/box.h    Box_ispe(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         478 libheif/box.h    Box_ipma(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         511 libheif/box.h    Box_auxC(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         532 libheif/box.h    Box_irot(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         548 libheif/box.h    Box_imir(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         569 libheif/box.h    Box_clap(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         595 libheif/box.h      Box_iref(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         613 libheif/box.h        BoxHeader header;
BoxHeader         626 libheif/box.h      Box_hvcC(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         684 libheif/box.h    Box_idat(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         701 libheif/box.h    Box_grpl(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         709 libheif/box.h        BoxHeader header;
BoxHeader         721 libheif/box.h    Box_dinf(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         732 libheif/box.h    Box_dref(const BoxHeader& hdr) : Box(hdr) { }
BoxHeader         743 libheif/box.h    Box_url(const BoxHeader& hdr) : Box(hdr) { }