Lines Matching defs:tag

561 /*! \brief Common tag found at the beginning of most udf descriptor structures.
564 - The disk location of the tag redundantly stored in the tag itself
565 - A checksum value for the tag
593 checksum for the tag.
602 \param The tag's enclosing descriptor.
603 \param The size of the tag's enclosing descriptor (including the
604 tag); only necessary if different from sizeof(Descriptor).
611 // check that this tag is actually owned by
613 if (this == &descriptor.tag())
644 <code>(descriptor length) - (descriptor tag length)</code>
647 /*! \brief Address of this tag within its partition (for error checking).
701 const descriptor_tag & tag() const { return _tag; }
702 descriptor_tag & tag() { return _tag; }
832 descriptor_tag & tag() { return _tag; }
833 const descriptor_tag & tag() const { return _tag; }
855 descriptor_tag tag;
908 const descriptor_tag & tag() const { return _tag; }
909 descriptor_tag & tag() { return _tag; }
958 const descriptor_tag & tag() const { return _tag; }
959 descriptor_tag & tag() { return _tag; }
1048 const descriptor_tag & tag() const { return _tag; }
1049 descriptor_tag & tag() { return _tag; }
1386 const descriptor_tag & tag() const { return _tag; }
1387 descriptor_tag & tag() { return _tag; }
1412 const descriptor_tag & tag() const { return _tag; }
1413 descriptor_tag & tag() { return _tag; }
1432 descriptor_tag& tag() { return _tag; }
1433 const descriptor_tag& tag() const { return _tag; }
1548 const descriptor_tag & tag() const { return _tag; }
1549 descriptor_tag & tag() { return _tag; }
1666 descriptor_tag & tag() { return _tag; }
1667 const descriptor_tag & tag() const { return _tag; }
1802 descriptor_tag tag;
1858 /*! \brief ICB entry tag
1860 Common tag found in all ICB entries (in addition to, and immediately following,
1861 the descriptor tag).
1947 descriptor_tag &tag() { return _tag; }
1948 const descriptor_tag &tag() const { return _tag; }
1960 descriptor_tag tag;
1969 descriptor_tag tag;
2004 descriptor_tag & tag() { return _tag; }
2005 const descriptor_tag & tag() const { return _tag; }
2135 descriptor_tag & tag() { return _tag; }
2136 const descriptor_tag & tag() const { return _tag; }