Searched defs:Type (Results 1 - 25 of 181) sorted by path

12345678

/haiku/headers/libs/print/libprint/
H A DPrinterCap.h121 enum Type { enum in struct:DriverSpecificCap
/haiku/headers/os/app/
H A DKey.h44 virtual BKeyType Type() const { return B_KEY_TYPE_GENERIC; }; function in class:BKey
102 virtual BKeyType Type() const { return B_KEY_TYPE_PASSWORD; }; function in class:BPasswordKey
/haiku/headers/os/package/hpkg/
H A DPackageEntryAttribute.h22 uint32 Type() const { return fType; } function in class:BPackageKit::BHPKG::BPackageEntryAttribute
/haiku/headers/os/package/hpkg/v1/
H A DPackageEntryAttribute.h24 uint32 Type() const { return fType; } function in class:BPackageKit::BHPKG::V1::BPackageEntryAttribute
/haiku/headers/os/support/
H A DStackOrHeapArray.h
/haiku/headers/private/debugger/arch/
H A DRegister.h41 register_type Type() const { return fType; } function in class:Register
/haiku/headers/private/debugger/elf/
H A DElfFile.h33 uint32 Type() const { return fType; } function in class:ElfSection
68 uint32 Type() { return fType; } function in class:ElfSegment
129 uint16 Type() const { return fType; } function in class:ElfFile
/haiku/headers/private/debugger/model/
H A DImage.h41 image_type Type() const { return fInfo.Type(); } function in class:Image
H A DImageInfo.h35 image_type Type() const { return fType; } function in class:ImageInfo
H A DStackFrame.h50 stack_frame_type Type() const { return fType; } function in class:StackFrame
H A DSymbolInfo.h26 uint32 Type() const { return fType; } function in class:SymbolInfo
H A DType.h125 class Type : public BReferenceable { class in inherits:BReferenceable
[all...]
H A DWatchpoint.h22 uint32 Type() const { return fType; } function in class:Watchpoint
/haiku/headers/private/kernel/boot/
H A Dmenu.h48 menu_item_type Type() const { return fType; } function in class:MenuItem
103 menu_type Type() const { return fType; } function in class:Menu
/haiku/headers/private/kernel/
H A Dscheduling_analysis.h48 virtual uint32 Type() const function in class:SchedulingAnalysisTracing::CreateSemaphore
87 virtual uint32 Type() const function in class:SchedulingAnalysisTracing::InitConditionVariable
129 virtual uint32 Type() const function in class:SchedulingAnalysisTracing::InitMutex
165 virtual uint32 Type() const function in class:SchedulingAnalysisTracing::InitRWLock
H A Dtracing.h158 typedef AbstractTraceEntryWithStackTrace Type; typedef in struct:AbstractTraceEntrySelector
164 typedef AbstractTraceEntry Type; typedef in struct:AbstractTraceEntrySelector
/haiku/headers/private/kernel/util/
H A DFixedWidthPointer.h[all...]
/haiku/headers/private/shared/
H A DVariant.h81 inline type_code Type() const { return fType; } function in class:BVariant
/haiku/headers/tools/cppunit/cppunit/
H A DException.h21 class Type class in class:CppUnit::Exception
24 Type( std::string type ) : m_type ( type ) {} function in class:CppUnit::Exception::Type
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp106 Index::Type() function in class:Index
H A Dbfs.h153 uint32 Type() const function in struct:BFS::small_data
226 int32 Type() const { return BFS_ENDIAN_TO_HOST_INT32(type); } function in struct:BFS::bfs_inode
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDelegation.h58 Delegation::Type() function in class:Delegation
H A DInode.h201 Inode::Type() const function in class:Inode
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.h40 uint32 Type() const { return fType; } function in class:Index
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageNodeAttribute.h30 uint32 Type() const { return fType; } function in class:PackageNodeAttribute

Completed in 132 milliseconds

12345678