Searched refs:fType (Results 1 - 25 of 228) sorted by relevance

12345678910

/haiku/src/kits/package/solver/
H A DSolverPackageSpecifier.cpp18 fType(B_UNSPECIFIED),
27 fType(B_PACKAGE),
36 fType(B_SELECT_STRING),
46 fType(other.fType),
61 return fType;
82 fType = other.fType;
H A DSolverResult.cpp21 fType(type),
29 fType(other.fType),
43 return fType;
57 fType = other.fType;
/haiku/src/kits/debugger/value/values/
H A DEnumerationValue.cpp15 fType(type)
17 fType->AcquireReference();
23 fType->ReleaseReference();
33 EnumeratorValue* enumValue = fType->ValueFor(fValue);
/haiku/src/servers/app/
H A DClickTarget.h28 fType(TYPE_INVALID),
36 fType(type),
44 return fType != TYPE_INVALID;
49 return fType;
64 return fType == other.fType && fWindow == other.fWindow
74 Type fType; member in class:ClickTarget
/haiku/src/tests/add-ons/print/ppd/model/
H A DStatement.h27 Type fType; member in class:Statement
59 bool IsDefaultStatement() { return fType == kDefault; }
60 bool IsQueryStatement() { return fType == kQuery; }
61 bool IsValueStatement() { return fType == kValue; }
62 bool IsParamStatement() { return fType == kParam; }
63 bool IsUnknownStatement() { return fType == kUnknown; }
/haiku/headers/os/package/hpkg/
H A DPackageEntryAttribute.h22 uint32 Type() const { return fType; }
26 void SetType(uint32 type) { fType = type; }
30 uint32 fType; member in class:BPackageKit::BHPKG::BPackageEntryAttribute
/haiku/headers/os/package/hpkg/v1/
H A DPackageEntryAttribute.h24 uint32 Type() const { return fType; }
28 void SetType(uint32 type) { fType = type; }
32 uint32 fType; member in class:BPackageKit::BHPKG::V1::BPackageEntryAttribute
/haiku/src/kits/package/hpkg/
H A DPackageEntryAttribute.cpp18 fType(0)
/haiku/src/kits/package/hpkg/v1/
H A DPackageEntryAttributeV1.cpp20 fType(0)
/haiku/src/kits/debugger/dwarf/
H A DCfaRule.h40 cfa_rule_type Type() const { return fType; }
57 cfa_rule_type fType; member in class:CfaRule
70 cfa_cfa_rule_type Type() const { return fType; }
86 cfa_cfa_rule_type fType; member in class:CfaCfaRule
102 fType(CFA_RULE_UNDEFINED)
110 fType = CFA_RULE_UNDEFINED;
117 fType = CFA_RULE_SAME_VALUE;
124 fType = CFA_RULE_LOCATION_OFFSET;
132 fType = CFA_RULE_VALUE_OFFSET;
140 fType
[all...]
/haiku/headers/private/debugger/value/values/
H A DEnumerationValue.h22 { return fType; }
27 EnumerationType* fType; member in class:EnumerationValue
/haiku/src/kits/debugger/value/value_nodes/
H A DEnumerationValueNode.cpp22 fType(type)
24 fType->AcquireReference();
30 fType->ReleaseReference();
37 return fType;
57 fType->BaseType())) {
66 switch (fType->ByteSize()) {
91 Value* value = new(std::nothrow) EnumerationValue(fType, valueData);
H A DExpressionValueNode.cpp21 fType(type)
23 fType->AcquireReference();
29 fType->ReleaseReference();
36 return fType;
H A DPointerToMemberValueNode.cpp23 fType(type)
25 fType->AcquireReference();
31 fType->ReleaseReference();
38 return fType;
H A DAddressValueNode.cpp28 fType(type),
31 fType->AcquireReference();
39 fType->ReleaseReference();
46 return fType;
103 Type* baseType = fType->BaseType();
148 fType(type)
150 fType->AcquireReference();
156 fType->ReleaseReference();
170 return fType;
193 status_t error = fType
[all...]
H A DPrimitiveValueNode.cpp24 fType(type)
26 fType->AcquireReference();
32 fType->ReleaseReference();
39 return fType;
53 type_code valueType = fType->TypeConstant();
/haiku/src/apps/terminal/
H A DHyperLink.cpp18 fType(TYPE_URL)
27 fType(type)
36 fType(type)
/haiku/src/kits/debugger/model/
H A DSymbolInfo.cpp13 fType(0),
24 fType(type),
41 fType = type;
H A DVariable.cpp20 fType(type),
25 fType->AcquireReference();
35 fType->ReleaseReference();
/haiku/src/apps/resedit/
H A DResourceData.cpp13 : fType(0),
28 : fType(code),
56 fType = data.fType;
71 if (!res.GetResourceInfo(index, (type_code*)&fType, &fID,
77 fTypeString = MakeTypeString(fType);
81 char *data = (char *)res.LoadResource(fType, fID, &fLength);
97 fType = info.type;
104 fTypeString = MakeTypeString(fType);
124 fType
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeEvent.cpp9 fType(type),
23 return fType;
/haiku/src/servers/notification/
H A DNotificationReceived.cpp24 fType(B_INFORMATION_NOTIFICATION),
35 fType(type),
59 msg.AddInt32("notify_type", (int32)fType);
75 msg.AddInt32("notify_type", (int32)fType);
109 msg.FindInt32("notify_type", (int32 *)&fType);
128 return fType;
135 fType = type;
/haiku/src/tools/restest/
H A DResourceItem.cpp14 fType(0),
39 fType = type;
79 fType = type;
86 return fType;
197 char typeName[4] = { fType >> 24, (fType >> 16) & 0xff,
198 (fType >> 8) & 0xff, fType & 0xff };
201 printf(" type : '%.4s' (0x%8lx)\n", typeName, fType);
/haiku/src/kits/shared/
H A DVariant.cpp21 switch (fType) {
110 fType = type;
119 switch (fType) {
131 fType = 0;
139 if (fType == 0)
140 return other.fType == 0;
141 if (other.fType == 0)
148 switch (fType) {
171 return other.fType == B_POINTER_TYPE
174 if (other.fType !
[all...]
/haiku/src/kits/debugger/arch/
H A DInstructionInfo.cpp14 fType(INSTRUCTION_TYPE_OTHER),
29 fType(type),
44 fType = type;

Completed in 108 milliseconds

12345678910