Searched refs:_tag (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h701 const descriptor_tag & tag() const { return _tag; }
702 descriptor_tag & tag() { return _tag; }
773 descriptor_tag _tag; member in struct:primary_volume_descriptor
832 descriptor_tag & tag() { return _tag; }
833 const descriptor_tag & tag() const { return _tag; }
841 descriptor_tag _tag; member in struct:anchor_volume_descriptor
908 const descriptor_tag & tag() const { return _tag; }
909 descriptor_tag & tag() { return _tag; }
926 descriptor_tag _tag; member in struct:implementation_use_descriptor
958 const descriptor_tag & tag() const { return _tag; }
1004 descriptor_tag _tag; member in struct:partition_descriptor
1096 descriptor_tag _tag; member in struct:logical_volume_descriptor
1396 descriptor_tag _tag; member in struct:unallocated_space_descriptor
1415 descriptor_tag _tag; member in struct:terminating_descriptor
1503 descriptor_tag _tag; member in struct:logical_volume_integrity_descriptor
1602 descriptor_tag _tag; member in struct:file_set_descriptor
1782 descriptor_tag _tag; member in struct:file_id_descriptor
1953 descriptor_tag _tag; member in struct:icb_header
2083 descriptor_tag _tag; member in struct:file_icb_entry
2211 descriptor_tag _tag; member in struct:extended_file_icb_entry
[all...]
H A DUdfStructures.cpp779 _tag = rhs._tag;
/haiku/headers/os/media/
H A DBufferProducer.h169 media_seek_tag* _tag,
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h246 uint64* _tag = NULL);
/haiku/src/kits/media/
H A DBufferProducer.cpp545 bigtime_t targetTime, media_seek_tag* _tag, bigtime_t* _tagged_time,
564 *_tag = reply.seek_tag;
544 FindSeekTag(const media_destination& destination, bigtime_t targetTime, media_seek_tag* _tag, bigtime_t* _tagged_time, uint32* _flags, uint32 flags) argument
/haiku/src/kits/package/hpkg/v1/
H A DReaderImplBaseV1.cpp796 bool* _hasChildren, uint64* _tag)
828 if (_tag != NULL)
829 *_tag = tag;
795 _ReadAttribute(uint8& _id, AttributeValue& _value, bool* _hasChildren, uint64* _tag) argument
/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp1148 bool* _hasChildren, uint64* _tag)
1188 if (_tag != NULL)
1189 *_tag = tag;
1147 _ReadAttribute(uint8& _id, AttributeValue& _value, bool* _hasChildren, uint64* _tag) argument
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h185 uint64* _tag = NULL);

Completed in 478 milliseconds