Searched refs:GetType (Results 101 - 125 of 172) sorted by relevance

1234567

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp692 //itemKey.GetDirID(), itemKey.GetObjectID(), itemKey.GetOffset(), itemKey.GetType()));
943 } while (error == B_OK && foundItem->GetType() != type);
1009 } while (error == B_OK && foundItem->GetType() != type);
1341 switch (fItem.GetType()) {
1353 fItem.GetType()));
1439 switch (fItem.GetType()) {
1471 switch (fItem.GetType()) {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.cpp615 attribute->GetName(), attribute->GetType())) {
632 attribute->GetName(), attribute->GetType())) {
643 attribute->GetType(), oldKey, oldLength, NULL, 0);
H A DSizeIndex.cpp168 fVolume->UpdateLiveQueries(NULL, node, GetName(), GetType(),
H A DLastModifiedIndex.cpp169 fVolume->UpdateLiveQueries(NULL, node, GetName(), GetType(),
H A DNameIndex.cpp226 GetType(), (const uint8*)oldName, (oldName ? strlen(oldName) : 0),
/haiku/src/servers/print/
H A DPrintServerApp.cpp297 if (info.GetType(buffer) == B_OK
378 BNodeInfo(&printer).GetType(type);
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp198 Add((uint32)gradient.GetType());
200 switch (gradient.GetType()) {
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp110 // GetType
130 BNodeInfo::GetType(char *type) const function in class:BNodeInfo
627 if (GetType(mimeString) != B_OK) {
/haiku/src/preferences/filetypes/
H A DFileTypes.cpp494 if (appInfo.GetType(type) != B_OK
511 if (nodeInfo.GetType(type) != B_OK
H A DPreferredAppMenu.cpp234 if (nodeInfo.GetType(type) == B_OK) {
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp125 if (statement->GetType() == Statement::kDefault) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp90 // GetType
92 Attribute::GetType() const function in class:Attribute
/haiku/src/kits/app/
H A DServerLink.cpp144 BGradient::Type gradientType = gradient.GetType();
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestChannel.cpp179 header.type = B_HOST_TO_BENDIAN_INT32(request->GetType());
/haiku/src/servers/app/
H A DSimpleTransform.h110 switch (gradient->GetType()) {
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp187 if (nodeInfo.GetType(mimeType) == B_OK
/haiku/src/kits/debugger/debug_managers/
H A DValueNodeManager.cpp203 nodeChild->GetType(), NULL, valueNode);
/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp154 GlobalTypeCache::GetType(const BString& name, function in class:GlobalTypeCache
H A DDwarfTypes.cpp474 DwarfInheritance::GetType() const function in class:DwarfInheritance
507 DwarfDataMember::GetType() const function in class:DwarfDataMember
562 DwarfArrayDimension::GetType() const function in class:DwarfArrayDimension
596 DwarfFunctionParameter::GetType() const function in class:DwarfFunctionParameter
/haiku/src/kits/print/
H A DJobs.cpp123 info.GetType(mimeType) == B_OK &&
/haiku/src/apps/terminal/
H A DTermApp.cpp238 info.GetType(mimetype);
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.cpp147 if (nodeInfo.GetType(type) == B_OK) {
/haiku/src/kits/tracker/
H A DModel.cpp613 if (info.GetType(type) == B_OK) {
653 if (info.GetType(type) == B_OK)
914 if (info.GetType(type) != B_OK)
995 mime.GetType(mimeType);
/haiku/src/kits/storage/
H A DNodeInfo.cpp87 BNodeInfo::GetType(char* type) const function in class:BNodeInfo
482 if (GetType(mimeString) != B_OK) {
/haiku/src/kits/interface/
H A DGradient.cpp293 return ((other.GetType() == GetType()) && ColorStopsAreEqual(other));

Completed in 288 milliseconds

1234567