Searched refs:nextType (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/debugger/value/
H A DTypeHandlerRoster.cpp272 Type* nextType = type->ResolveRawType(true); local
273 if (nextType == NULL || nextType == type)
276 type = nextType;
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp254 const partition_type* nextType; local
257 nextType = partitionMap.GetNextSupportedPartitionType(index);
258 if (nextType == NULL)
261 if (nextType->used
262 && strcmp(nextType->name, kPartitionTypeIntelExtended) != 0)
266 if (!nextType)
269 type->SetTo(nextType->name);
H A DPartitionMapAddOn.cpp252 const partition_type* nextType; local
254 nextType = fPartitionMap.GetNextSupportedPartitionType(index);
255 if (nextType == NULL)
258 if (nextType->used)
262 if (!nextType)
265 type->SetTo(nextType->name);

Completed in 42 milliseconds