Searched refs:GetType (Results 26 - 50 of 172) sorted by relevance

1234567

/haiku/src/kits/debugger/value/value_nodes/
H A DPointerToMemberValueNode.cpp36 PointerToMemberValueNode::GetType() const function in class:PointerToMemberValueNode
H A DBListValueNode.cpp39 virtual Type* GetType() const { return fType; }; function in class:BListValueNode::BListElementNodeChild
107 virtual Type* GetType() const { return fType; }; function in class:BListValueNode::BListItemCountNodeChild
187 BListValueNode::GetType() const function in class:BListValueNode
227 ->GetType());
235 ->GetType());
271 fItemCountType = member->GetType();
373 status_t result = objectType->TemplateParameterAt(0)->GetType()
H A DAddressValueNode.cpp44 AddressValueNode::GetType() const function in class:AddressValueNode
168 AddressValueNodeChild::GetType() const function in class:AddressValueNodeChild
/haiku/headers/private/debugger/model/
H A DVariable.h29 Type* GetType() const { return fType; } function in class:Variable
H A DType.h73 virtual Type* GetType() const = 0;
82 virtual Type* GetType() const = 0;
99 virtual Type* GetType() const = 0;
111 virtual Type* GetType() const = 0;
120 virtual Type* GetType() const = 0;
/haiku/headers/private/debugger/value/value_nodes/
H A DCompoundValueNode.h24 virtual Type* GetType() const;
H A DBMessageValueNode.h26 virtual Type* GetType() const;
86 virtual Type* GetType() const;
119 virtual Type* GetType() const;
/haiku/src/servers/app/
H A DClickTarget.h47 Type GetType() const function in class:ClickTarget
/haiku/src/preferences/notifications/
H A DAppRefFilter.cpp41 if (linkedNodeInfo.GetType(type)!=B_OK) {
/haiku/src/apps/text_search/
H A DFileIterator.cpp48 if (nodeInfo.GetType(mimeTypeString) != B_OK) {
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.h56 uint32 GetType();
76 uint32 GetType();
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DKey.h96 uint16 GetType(uint16 version) const function in class:Key
116 // uint16 GetType() const { return GetType(GuessVersion()); }
214 uint16 GetType() const { return fKey->GetType(GetVersion()); } function in class:VKey
235 int32 dType = (int32)GetType() - (int32)k.GetType();
264 GetDirID(), GetObjectID(), GetOffset(), GetType()));
H A DItem.cpp150 // GetType
152 Item::GetType() const function in class:Item
154 return fHeader->GetType();
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp45 return entry->GetType() != NULL;
314 ? fTypeCache->GetType(name, constraints) : NULL;
336 && fTypeLookup->GetType(fTypeCache, name,
360 ? fTypeCache->GetType(name, constraints) == NULL
509 if (CreateType(memberEntry->GetType(), memberType) != B_OK)
547 if (CreateType(inheritanceEntry->GetType(), baseType) != B_OK)
579 if (templateTypeEntry->GetType() == NULL
580 || CreateType(templateTypeEntry->GetType(),
587 if (CreateType(templateValueEntry->GetType(), templateType)
740 status_t error = CreateType(baseTypeOwnerEntry->GetType(), baseTyp
[all...]
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DEnumerationValueHandler.cpp108 if (value != NULL && value->GetType()->ValueFor(value->GetValue()) != NULL)
135 && value->GetType()->ValueFor(value->GetValue()) != NULL) {
153 && value->GetType()->ValueFor(value->GetValue()) != NULL) {
/haiku/src/tests/add-ons/print/ppd/test/
H A DTestParser.cpp130 if (statement->GetType() == Statement::kValue) {
132 } else if (statement->GetType() == Statement::kDefault) {
/haiku/headers/private/debugger/value/
H A DValueNode.h37 virtual Type* GetType() const = 0;
102 virtual Type* GetType() const = 0;
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliPrintVariableCommand.cpp140 if (node->GetType()->Kind() == TYPE_ADDRESS
141 && child->GetType()->Kind() == TYPE_COMPOUND) {
/haiku/headers/private/userlandfs/private/
H A DRequest.h62 uint32 GetType() const;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.h28 uint32 GetType() const;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.h32 uint32 GetType() const;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequest.cpp100 // GetType
102 Request::GetType() const function in class:Request
/haiku/src/apps/resedit/
H A DResourceData.h32 type_code GetType(void) const { return fType; } function in class:ResourceData
/haiku/src/tests/add-ons/print/ppd/model/
H A DValue.cpp31 Value::Type Value::GetType() function in class:Value
/haiku/src/tools/restest/
H A DResourceItem.h30 type_code GetType() const;

Completed in 396 milliseconds

1234567