Symbol: AllocationDescriptorList
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
101
AllocationDescriptorList<Accessor>::FindExtent(off_t start,
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
150
typename AllocationDescriptorList<Accessor>::Descriptor*
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
151
AllocationDescriptorList<Accessor>::_CurrentDescriptor() const
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
169
AllocationDescriptorList<Accessor>::_MoveToNextDescriptor()
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
199
AllocationDescriptorList<Accessor>::_WalkContinuationChain(Descriptor *descriptor)
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
222
AllocationDescriptorList<Accessor>::_Rewind()
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
231
typename AllocationDescriptorList<Accessor>::Descriptor*
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
232
AllocationDescriptorList<Accessor>::_DescriptorArray() const
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
235
: (typename AllocationDescriptorList<Accessor>::Descriptor *)
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
242
AllocationDescriptorList<Accessor>::_DescriptorArraySize() const
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
33
class AllocationDescriptorList {
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
38
AllocationDescriptorList(Icb *icb,
src/add-ons/kernel/file_systems/udf/AllocationDescriptorList.h
70
AllocationDescriptorList<Accessor>::AllocationDescriptorList(Icb *icb,
src/add-ons/kernel/file_systems/udf/Icb.cpp
244
AllocationDescriptorList<ShortDescriptorAccessor> list(this,
src/add-ons/kernel/file_systems/udf/Icb.cpp
258
AllocationDescriptorList<LongDescriptorAccessor> list(this);
src/add-ons/kernel/file_systems/udf/Icb.cpp
323
AllocationDescriptorList<ShortDescriptorAccessor> list(this,
src/add-ons/kernel/file_systems/udf/Icb.cpp
332
AllocationDescriptorList<LongDescriptorAccessor> list(this);
src/add-ons/kernel/file_systems/udf/Icb.cpp
481
AllocationDescriptorList<ShortDescriptorAccessor> list(this,
src/add-ons/kernel/file_systems/udf/Icb.cpp
488
AllocationDescriptorList<LongDescriptorAccessor> list(this);