Searched refs:Get (Results 1 - 25 of 231) sorted by relevance

12345678910

/haiku-fatelf/headers/private/kernel/util/
H A DFixedWidthPointer.h61 Get the 64-bit pointer value.
64 uint64 Get() const function in class:FixedWidthPointer
109 uint64 Get() const function in class:FixedWidthPointer
128 return a.Get() == (addr_t)b;
136 return a.Get() != (addr_t)b;
144 return a.Get() == (addr_t)b;
152 return a.Get() != (addr_t)b;
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DUserSecurityContext.cpp69 return fPermissions->Get(NodeRef(volumeID, nodeID));
76 return fPermissions->Get(NodeRef(ref));
85 return fPermissions->Get(NodeRef(volumeID, nodeID));
95 return fPermissions->Get(NodeRef(ref));
H A DStatisticsManager.cpp41 count = fUsers.Get(user);
51 int32 count = fUsers.Get(user);
188 ShareStatistics* statistics = fShareStatistics->Get(share->GetName());
216 ShareStatistics* statistics = fShareStatistics->Get(share->GetName());
266 ShareStatistics* statistics = fShareStatistics->Get(share);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DUserSecurityContext.cpp68 return fPermissions->Get(NodeRef(volumeID, nodeID));
75 return fPermissions->Get(NodeRef(ref));
84 return fPermissions->Get(NodeRef(volumeID, nodeID));
94 return fPermissions->Get(NodeRef(ref));
H A DStatisticsManager.cpp40 count = fUsers.Get(user);
50 int32 count = fUsers.Get(user);
187 ShareStatistics* statistics = fShareStatistics->Get(share->GetName());
215 ShareStatistics* statistics = fShareStatistics->Get(share->GetName());
265 ShareStatistics* statistics = fShareStatistics->Get(share);
/haiku-fatelf/headers/private/net/
H A DNetBufferUtilities.h17 static net_buffer_module_info *Get() { return gBufferModule; } function in class:NetBufferModuleGetter
29 fStatus = Module::Get()->direct_access(fBuffer, Offset, sizeof(Type),
32 fStatus = Module::Get()->read(fBuffer, Offset, &fDataBuffer,
64 Module::Get()->write(fBuffer, Offset, fData, sizeof(Type));
117 Module::Get()->remove_header(this->fBuffer, bytes);
149 this->fStatus = Module::Get()->prepend_size(buffer, size,
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestHandler.cpp43 return (RequestChannel*)fChannels.Get();
H A DThreadLocal.cpp54 fFreeHandler->Free(fMap->Get(thread));
77 // Get
79 ThreadLocal::Get() const function in class:ThreadLocal
83 return fMap->Get(find_thread(NULL));
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DCircleBuffer.h41 int Get(unsigned char * pBuffer, int nBytes);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DRequestHandler.cpp43 return (RequestChannel*)fChannels.Get();
H A DThreadLocal.cpp54 fFreeHandler->Free(fMap->Get(thread));
77 // Get
79 ThreadLocal::Get() const function in class:ThreadLocal
83 return fMap->Get(find_thread(NULL));
/haiku-fatelf/src/tests/add-ons/print/ppd/parser/
H A DParser.cpp127 value.Get()->SetType(Value::kInvocationValue);
130 value.Get()->SetType(Value::kQuotedValue);
145 value.Get()->SetValue(string);
201 if (!ParseKeyword(statement.Get())) {
206 if (!ParseOption(statement.Get())) {
215 if (!ParseValue(statement.Get())) {
221 UpdateStatementType(statement.Get());
/haiku-fatelf/headers/private/shared/
H A DReferenceable.h69 SetTo(other.Get());
95 Type* Get() const function in class:BReference
137 SetTo(other.Get());
H A DWeakReferenceable.h25 BWeakReferenceable* Get();
95 SetTo(other.Get());
147 SetTo(other.Get());
162 Type* object = static_cast<Type*>(fPointer->Get());
171 Type* object = static_cast<Type*>(fPointer->Get());
192 SetTo(other.Get());
199 SetTo(other.Get());
252 WeakPointer::Get() function in class:BPrivate::WeakPointer
/haiku-fatelf/headers/os/support/
H A DBlockCache.h42 void* Get(size_t blockSize);
/haiku-fatelf/headers/private/storage/sniffer/
H A DCharStream.h40 char Get();
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DThreadLocal.h26 void* Get() const;
/haiku-fatelf/src/system/kernel/cache/
H A DBlockMap.h25 status_t Get(off_t offset, addr_t &address);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/headers/shared/
H A DThreadLocal.h26 void* Get() const;
/haiku-fatelf/src/tests/add-ons/print/ppd/shared/
H A DAutoDelete.h26 variable.Get()->MethodOfAClass();
71 Tp* Get() function in class:AutoDelete
77 // The Get method can still be used to retrieve the object.
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.h35 status_t Get(net_buffer* buffer, tcp_sequence sequence,
37 status_t Get(size_t bytes, bool remove,
/haiku-fatelf/src/preferences/screen/
H A DScreenMode.h46 status_t Get(screen_mode& mode,
53 status_t Get(display_mode& mode,
/haiku-fatelf/src/kits/package/hpkg/
H A DWriterImplBase.cpp370 name->string = fPackageStringCache.Get(packageInfo.Name().String());
377 summary->string = fPackageStringCache.Get(packageInfo.Summary().String());
385 = fPackageStringCache.Get(packageInfo.Description().String());
392 vendor->string = fPackageStringCache.Get(packageInfo.Vendor().String());
399 packager->string = fPackageStringCache.Get(packageInfo.Packager().String());
425 copyright->string = fPackageStringCache.Get(copyrightList.StringAt(i));
435 license->string = fPackageStringCache.Get(licenseList.StringAt(i));
445 url->string = fPackageStringCache.Get(urlList.StringAt(i));
456 url->string = fPackageStringCache.Get(sourceURLList.StringAt(i));
472 provides->string = fPackageStringCache.Get(resolvabl
[all...]
/haiku-fatelf/src/apps/mediaplayer/settings/
H A DSettings.h62 void Get(mpSettings& settings) const;
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DCache.h94 Cacheable *entry = Get(data);
104 Cacheable *entry = Get(data);
114 Cacheable *entry = Get(data);
122 Cacheable *Get(T data) function in class:Cache

Completed in 112 milliseconds

12345678910