Searched refs:IsEmpty (Results 201 - 225 of 479) sorted by relevance

1234567891011>>

/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp43 if (input.IsEmpty())
54 if (!input.IsEmpty())
220 BHttpRequest::IsEmpty() const noexcept
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DBufferQueue.cpp101 if (fList.IsEmpty() || sequence >= fLastSequence) {
271 if (fList.IsEmpty())
434 if (fList.IsEmpty())
/haiku/headers/private/kernel/util/
H A DVectorMap.h88 inline bool IsEmpty() const;
408 // IsEmpty
415 _VECTOR_MAP_CLASS_NAME::IsEmpty() const function in class:_VECTOR_MAP_CLASS_NAME
417 return fElements.IsEmpty();
H A DAVLTreeBase.h44 inline bool IsEmpty() const { return (fNodeCount == 0); } function in class:AVLTreeBase
/haiku/src/apps/drivesetup/
H A DAbstractParametersPanel.cpp159 if (diskSystem.IsEmpty()) {
/haiku/src/kits/debugger/model/
H A DDisassembledCode.cpp135 if (fStatements.IsEmpty())
/haiku/src/kits/debugger/value/value_nodes/
H A DCompoundValueNode.cpp197 if (!fChildren.IsEmpty())
/haiku/headers/private/media/
H A DTMap.h99 bool IsEmpty() const function in class:Map
/haiku/src/kits/locale/
H A DTextEncoding.cpp56 if (fName.IsEmpty())
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp545 if (!fListeners.IsEmpty()) {
564 if (!fListeners.IsEmpty()) {
585 if (!fListeners.IsEmpty()) {
690 if (fListeners.IsEmpty())
/haiku/src/kits/debugger/debug_info/loading_state_handlers/
H A DDwarfLoadingStateHandler.cpp82 if (requiredPackage.IsEmpty()) {
/haiku/src/bin/
H A Dmimeset.cpp200 if (!databaseDirectories.IsEmpty()) {
/haiku/src/kits/package/hpkg/
H A DPackageFileHeapWriter.cpp98 bool IsEmpty() const function in struct:BPackageKit::BHPKG::BPrivate::PackageFileHeapWriter::ChunkBuffer
100 return fSegments.IsEmpty();
161 if (!fUnusedBuffers.IsEmpty())
433 if (chunkBuffer.IsEmpty())
/haiku/src/system/boot/loader/
H A Dloader.cpp91 if (volume->IsEmpty())
/haiku/src/tools/get_package_dependencies/
H A Dget_package_dependencies.cpp107 if (cache.Info().BaseURL().IsEmpty()) {
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.cpp178 if (!details.IsEmpty()) {
/haiku/src/apps/mediaplayer/playlist/
H A DRemovePLItemsCommand.cpp38 if (indices.IsEmpty()) {
/haiku/src/kits/media/
H A DAddOnManager.cpp310 if (!fReaderList.IsEmpty() || !fWriterList.IsEmpty()
311 || !fDecoderList.IsEmpty() || !fEncoderList.IsEmpty()) {
/haiku/headers/private/storage/sniffer/
H A DParser.h154 bool IsEmpty() const;
/haiku/src/kits/storage/mime/
H A Ddatabase_support.cpp143 if (location.Directories().IsEmpty())
/haiku/src/tests/kits/interface/bregion/
H A DRegionTestcase.cpp110 while(!listOfRegions.IsEmpty()) {
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp94 if (!path.IsEmpty())
/haiku/headers/os/net/
H A DNetworkAddress.h91 bool IsEmpty() const;
/haiku/headers/private/netservices2/
H A DHttpFields.h129 bool IsEmpty() const noexcept;
H A DHttpRequest.h100 bool IsEmpty() const noexcept;

Completed in 244 milliseconds

1234567891011>>