Symbol: SetIndex
headers/private/kernel/disk_device_manager/KPartition.h
81
void SetIndex(int32 index);
src/add-ons/kernel/file_systems/ramfs/Attribute.h
43
void SetIndex(AttributeIndex *index, bool inIndex);
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
226
(*attribute)->SetIndex(NULL, false);
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
263
attribute->SetIndex(this, false);
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
272
attribute->SetIndex(this, true);
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
289
attribute->SetIndex(this, false);
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
293
attribute->SetIndex(this, true);
src/add-ons/kernel/file_systems/ramfs/AttributeIndexImpl.cpp
313
attribute->SetIndex(NULL, false);
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.cpp
728
fPrimaries[i].SetIndex(i);
src/add-ons/kernel/partitioning_systems/intel/PartitionMap.h
218
void SetIndex(int32 index) { fIndex = index; }
src/apps/debuganalyzer/model/Model.cpp
723
thread->SetIndex(i);
src/apps/debuganalyzer/model/Model.h
442
inline void SetIndex(int32 index);
src/servers/app/Desktop.cpp
510
_Windows(i).SetIndex(i);
src/servers/app/WindowList.h
24
void SetIndex(int32 index);
src/system/kernel/disk_device_manager/KPartition.cpp
1603
fChildren.ElementAt(i)->SetIndex(i);
src/system/kernel/disk_device_manager/KPartition.cpp
1608
fChildren.ElementAt(i)->SetIndex(i);
src/system/kernel/disk_device_manager/KPartition.cpp
889
partition->SetIndex(index);
src/system/kernel/disk_device_manager/KPartition.cpp
954
partition->SetIndex(-1);