Searched refs:GetType (Results 1 - 25 of 172) sorted by relevance

1234567

/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DSingleReplyRequestHandler.cpp29 if (!fAcceptAnyRequest && request->GetType() != fExpectedReply) {
32 request->GetType(), fExpectedReply));
H A DRequest.cpp33 // GetType
35 Request::GetType() const function in class:Request
H A DRequestPort.cpp85 //PRINT(("RequestPort::SendRequest(%lu)\n", allocator->GetRequest()->GetType()));
87 if (!is_userland_request(allocator->GetRequest()->GetType())) {
89 "userland request\n", allocator->GetRequest()->GetType()));
93 if (!is_kernel_request(allocator->GetRequest()->GetType())) {
95 "kernel request\n", allocator->GetRequest()->GetType()));
149 //PRINT(("RequestPort::RequestReceived(%lu)\n", (*request)->GetType()));
/haiku/src/kits/debugger/value/value_nodes/
H A DVariableValueNodeChild.cpp36 VariableValueNodeChild::GetType() const function in class:VariableValueNodeChild
38 return fVariable->GetType();
H A DExpressionValueNode.cpp34 ExpressionValueNode::GetType() const function in class:ExpressionValueNode
75 ExpressionValueNodeChild::GetType() const function in class:ExpressionValueNodeChild
H A DCompoundValueNode.cpp56 Child(parent, baseType->GetType()->Name()),
67 virtual Type* GetType() const function in class:CompoundValueNode::BaseTypeChild
69 return fBaseType->GetType();
117 virtual Type* GetType() const function in class:CompoundValueNode::MemberChild
119 return fMember->GetType();
172 CompoundValueNode::GetType() const function in class:CompoundValueNode
/haiku/headers/private/debugger/value/value_nodes/
H A DCStringValueNode.h21 virtual Type* GetType() const;
H A DEnumerationValueNode.h21 virtual Type* GetType() const;
H A DPointerToMemberValueNode.h22 virtual Type* GetType() const;
H A DPrimitiveValueNode.h21 virtual Type* GetType() const;
H A DExpressionValueNode.h22 virtual Type* GetType() const;
42 virtual Type* GetType() const;
H A DVariableValueNodeChild.h21 virtual Type* GetType() const;
H A DAddressValueNode.h23 virtual Type* GetType() const;
49 virtual Type* GetType() const;
H A DArrayValueNode.h31 virtual Type* GetType() const;
111 virtual Type* GetType() const;
129 virtual Type* GetType() const;
/haiku/headers/private/debugger/value/values/
H A DEnumerationValue.h21 EnumerationType* GetType() const function in class:EnumerationValue
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolumeEvent.cpp19 // GetType
21 VolumeEvent::GetType() const function in class:VolumeEvent
H A DVolumeEvent.h24 uint32 GetType() const;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DItem.h55 uint16 GetType() const { return GetKey()->GetType(GetVersion()); } function in class:ItemHeader
77 uint16 GetType() const;
/haiku/src/tests/add-ons/print/ppd/model/
H A DValue.h36 Type GetType();
H A DStatement.h40 Type GetType();
H A DStatementWrapper.h58 Type GetType();
/haiku/src/apps/terminal/
H A DHyperLink.h31 Type GetType() const { return fType; } function in class:HyperLink
/haiku/src/kits/debugger/value/value_formatters/
H A DEnumerationValueFormatter.cpp34 = value->GetType()->ValueFor(value->GetValue())) {
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellEnumerationEditor.cpp33 EnumerationType* type = initialValue->GetType();
58 EnumerationType* type = initialValue->GetType();
/haiku/headers/private/debugger/debug_info/
H A DGlobalTypeLookup.h39 Type* GetType(const BString& name,
68 virtual status_t GetType(GlobalTypeCache* cache,

Completed in 879 milliseconds

1234567