Searched refs:fFlags (Results 1 - 25 of 148) sorted by path

123456

/haiku/headers/build/os/interface/
H A DBitmap.h105 uint32 fFlags; member in class:BBitmap
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h191 int32 fFlags; member in class:BNetworkKit::BNetworkInterfaceSettings
/haiku/headers/os/interface/
H A DButton.h105 uint32 fFlags; member in class:BButton
/haiku/headers/os/media/
H A DBuffer.h84 int32 fFlags; member in class:BBuffer
H A DParameterWeb.h197 uint32 fFlags; member in class:BParameterGroup
292 uint32 fFlags; member in class:BParameter
H A DSoundPlayer.h199 int32 fFlags; member in class:BSoundPlayer
/haiku/headers/os/net/
H A DNetworkAddressResolver.h88 fFlags(flags),
95 return family == fFamily && flags == fFlags && address == fAddress
102 uint32 fFlags; member in struct:BNetworkAddressResolver::CacheEntry
H A DNetworkInterface.h45 uint32 Flags() const { return fFlags; }
54 uint32 fFlags; member in class:BNetworkInterfaceAddress
/haiku/headers/os/package/hpkg/
H A DPackageWriter.h61 uint32 fFlags; member in class:BPackageKit::BHPKG::BPackageWriterParameters
/haiku/headers/private/debug/
H A DDebugEventStream.h60 uint32 fFlags; member in class:BDebugEventInputStream
85 uint32 fFlags; member in class:BDebugEventOutputStream
/haiku/headers/private/debugger/elf/
H A DElfFile.h40 { return (fFlags & SHF_WRITE) != 0; }
55 uint32 fFlags; member in class:ElfSection
73 uint32 Flags() const { return fFlags; }
75 { return (fFlags & PF_WRITE) != 0; }
83 uint32 fFlags; member in class:ElfSegment
/haiku/headers/private/kernel/boot/net/
H A DChainBuffer.h41 uint32 fFlags:4;
H A DTCP.h30 uint8 Flags() const { return fFlags; }
46 uint8 fFlags; member in class:TCPPacket
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h115 uint32 fFlags; member in class:BPrivate::DiskDevice::KDiskSystem
/haiku/headers/private/kernel/
H A Dtracing.h59 uint32 Flags() const { return fFlags; }
68 uint32 fFlags; member in class:TraceOutput
/haiku/headers/private/kernel/util/
H A DKMessage.h240 uint32 fFlags; member in class:BPrivate::KMessage
642 uint32 fFlags; member in struct:KMessage
/haiku/headers/private/locale/
H A DHashMapCatalog.h44 uint32 fFlags; member in class:BPrivate::CatKey
47 // state (and potential other flags) lives in the fFlags member.
/haiku/headers/private/shared/
H A DVariant.h146 uint32 fFlags; member in class:BVariant
176 fFlags(0)
/haiku/headers/private/storage/
H A DCopyEngine.h71 uint32 fFlags; member in class:BPrivate::BCopyEngine
H A DDiskSystem.h71 uint32 fFlags; member in class:BDiskSystem
H A DDiskSystemAddOn.h51 uint32 fFlags; member in class:BDiskSystemAddOn
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp163 if ((fFlags & VISIT_ATTRIBUTE_DIRECTORIES)
206 fFlags = flags;
208 if (fFlags & VISIT_REGULAR) {
214 if (fFlags & VISIT_INDICES) {
220 if (fFlags & VISIT_REMOVED) {
H A DFileSystemVisitor.h61 uint32 fFlags; member in class:FileSystemVisitor
H A DQuery.h74 uint32 fFlags; member in class:Query
H A DVolume.h178 uint32 fFlags; member in class:Volume
193 return fFlags & VOLUME_READ_ONLY;

Completed in 283 milliseconds

123456