Searched refs:fType (Results 26 - 50 of 228) sorted by relevance

12345678910

/haiku/src/kits/debugger/value/value_nodes/
H A DCStringValueNode.cpp27 fType(type)
29 fType->AcquireReference();
35 fType->ReleaseReference();
42 return fType;
73 if (dynamic_cast<AddressType*>(fType) != NULL) {
80 maxSize = dynamic_cast<ArrayType*>(fType)
H A DArrayValueNode.cpp33 fType(type),
39 fType->AcquireReference();
45 fType->ReleaseReference();
57 return fType;
127 int32 dimensionCount = fType->CountDimensions();
157 fType->BaseType());
160 fType);
183 ArrayDimension* dimension = fType->DimensionAt(fDimension);
272 fType(type)
274 fType
[all...]
H A DCompoundValueNode.cpp82 status_t error = fParent->fType->ResolveBaseTypeLocation(fBaseType,
132 status_t error = fParent->fType->ResolveDataMemberLocation(fMember,
156 fType(type)
158 fType->AcquireReference();
164 fType->ReleaseReference();
174 return fType;
201 for (int32 i = 0; BaseType* baseType = fType->BaseTypeAt(i); i++) {
214 for (int32 i = 0; DataMember* member = fType->DataMemberAt(i); i++) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequest.cpp29 : fType(type)
37 return fType;
/haiku/src/kits/package/hpkg/
H A DAttributeDataReader.cpp23 fType(type),
32 ssize_t bytesRead = fs_read_attr(fFD, fAttribute, fType, offset, buffer,
/haiku/src/apps/terminal/
H A DHyperLink.h31 Type GetType() const { return fType; }
38 Type fType; member in class:HyperLink
/haiku/headers/private/debugger/model/
H A DSymbolInfo.h26 uint32 Type() const { return fType; }
32 uint32 fType; member in class:SymbolInfo
H A DVariable.h29 Type* GetType() const { return fType; }
36 Type* fType; member in class:Variable
H A DWatchpoint.h22 uint32 Type() const { return fType; }
45 uint32 fType; member in class:Watchpoint
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.h31 int32 Type() const { return fType; }
36 int32 fType; member in class:FFS::Volume
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNodeAttribute.h30 uint32 Type() const { return fType; }
44 uint32 fType; member in class:PackageNodeAttribute
H A DPackageNodeAttribute.cpp24 fType(type)
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTuner.cpp140 fType(C_TUNER_NONE),
155 fType = C_TUNER_NONE;
158 fType = C_TUNER_FI1236;
161 fType = C_TUNER_FI1236J;
164 fType = C_TUNER_FI1216;
167 fType = C_TUNER_FI1246;
170 fType = C_TUNER_FI1216MF;
173 fType = C_TUNER_FI1236MK2;
176 fType = C_TUNER_FI1256;
179 fType
[all...]
/haiku/src/bin/mkfs/
H A DFsCreator.h28 const char* fType; member in class:FsCreator
/haiku/src/kits/storage/disk_device/jobs/
H A DCreateChildJob.cpp22 fType(NULL),
32 free(fType);
46 SET_STRING_RETURN_ON_ERROR(fType, type);
62 &changeCounter, fOffset, fSize, fType, fName, fParameters, &childID,
/haiku/src/tests/add-ons/print/ppd/model/
H A DValue.cpp14 : fType(type)
28 fType = type;
33 return fType;
74 switch (fType) {
/haiku/src/kits/debugger/model/
H A DImageInfo.cpp26 fType(other.fType),
42 fType(type),
59 fType = type;
/haiku/headers/private/debugger/value/value_nodes/
H A DCStringValueNode.h29 Type* fType; member in class:CStringValueNode
H A DEnumerationValueNode.h29 EnumerationType* fType; member in class:EnumerationValueNode
H A DPointerToMemberValueNode.h30 PointerToMemberType* fType; member in class:PointerToMemberValueNode
H A DPrimitiveValueNode.h29 PrimitiveType* fType; member in class:PrimitiveValueNode
/haiku/src/build/libbe/storage/
H A DMimeType.cpp40 : fType(NULL)
53 : fType(NULL)
96 fType = new(std::nothrow) char[strlen(mimeType)+1];
97 if (fType) {
98 strcpy(fType, mimeType);
113 if (fType)
114 delete [] fType;
115 fType = NULL;
139 return fType;
165 int len = strlen(fType);
[all...]
/haiku/src/kits/debugger/arch/
H A DInstructionInfo.h40 instruction_type Type() const { return fType; }
51 instruction_type fType; member in class:InstructionInfo
/haiku/headers/private/debugger/arch/
H A DRegister.h41 register_type Type() const { return fType; }
51 register_type fType; member in class:Register
/haiku/src/apps/gradients/
H A DGradientsView.h28 BGradient::Type fType; member in class:GradientsView

Completed in 91 milliseconds

12345678910