Searched refs:GetName (Results 76 - 100 of 325) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/shape/commands/
H A DRemovePointsCommand.h36 virtual void GetName(BString& name);
/haiku/src/kits/textencoding/
H A DCharacterSet.cpp53 BCharacterSet::GetName() const function in class:BPrivate::BCharacterSet
H A Dutf8_conversions.cpp179 fprintf(stderr, "convert_to_utf8(%s) : \"", charset->GetName());
186 return convert_encoding(charset->GetName(), "UTF-8", src, srcLen,
201 fprintf(stderr, "convert_from_utf8(%s) : \"", charset->GetName());
208 return convert_encoding("UTF-8", charset->GetName(), src, srcLen,
/haiku/src/servers/app/
H A DCursorSet.h36 const char *GetName();
/haiku/src/apps/haikudepot/edits_generic/
H A DUndoableEdit.h25 virtual void GetName(BString& name);
/haiku/headers/os/locale/
H A DLanguage.h43 status_t GetName(BString& name,
H A DCountry.h39 status_t GetName(BString& name,
/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.h37 virtual status_t GetName(char *name, size_t size) const;
H A DFile.h29 virtual status_t GetName(char *nameBuffer, size_t bufferSize) const;
H A DDirectory.cpp164 Directory::GetName(char *name, size_t size) const function in class:BFS::Directory
171 return fStream.GetName(name, size);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.h29 virtual status_t GetName(char *nameBuffer, size_t bufferSize) const;
H A DDirectory.h37 virtual status_t GetName(char *name, size_t size) const;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectoryEntryTable.h33 return HashKey(Key(value->GetParent()->GetID(), value->GetName()));
39 && !strcmp(value->GetName(), key.name));
120 error = RemoveEntry(node->GetID(), child->GetName());
130 error = RemoveEntry(id, child->GetName());
H A DAttribute.cpp46 if (AttributeIndex *index = GetVolume()->FindAttributeIndex(GetName(),
90 GetVolume()->UpdateLiveQueries(NULL, fNode, GetName(), fType, oldKey,
H A DIndex.cpp78 PRINT("Index: `%s', type: %lx\n", GetName(), GetType());
81 PRINT(" entry: `%s', dir: %lld\n", entry->GetName(),
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformCommand.h38 virtual void GetName(BString& name);
H A DPerspectiveCommand.h38 virtual void GetName(BString& name);
/haiku/src/apps/icon-o-matic/style/
H A DAssignStyleCommand.cpp71 // GetName
73 AssignStyleCommand::GetName(BString& name) function in class:AssignStyleCommand
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp559 virtual bool GetName(NameBuffer& buffer) const = 0;
564 if (!GetName(buffer))
641 virtual bool GetName(NameBuffer& buffer) const function in class:NamedTypeNode
643 return fName == NULL || fName->GetName(buffer);
669 virtual bool GetName(NameBuffer& buffer) const function in class:SubstitutionNode
671 return fNode->GetName(buffer);
750 virtual bool GetName(NameBuffer& buffer) const function in class:ArrayNode
752 if (!fName->GetName(buffer))
758 if (!fDimensionExpression->GetName(buffer))
800 return fName != NULL ? fName->GetName(buffe
833 virtual bool GetName(NameBuffer& buffer) const function in class:SimpleNameNode
891 virtual bool GetName(NameBuffer& buffer) const function in class:TypedNumberLiteralNode
944 virtual bool GetName(NameBuffer& buffer) const function in class:XtructorNode
982 virtual bool GetName(NameBuffer& buffer) const function in class:SpecialNameNode
1002 virtual bool GetName(NameBuffer& buffer) const function in class:DecoratingNode
1185 virtual bool GetName(NameBuffer& buffer) const function in class:OperatorNode
1213 virtual bool GetName(NameBuffer& buffer) const function in class:VendorOperatorNode
1233 virtual bool GetName(NameBuffer& buffer) const function in class:CastOperatorNode
1264 virtual bool GetName(NameBuffer& buffer) const function in class:PrefixedNode
1313 virtual bool GetName(NameBuffer& buffer) const function in class:ClonedNode
1405 virtual bool GetName(NameBuffer& buffer) const function in class:TemplateNode
1510 virtual bool GetName(NameBuffer& buffer) const function in class:CallNode
1541 virtual bool GetName(NameBuffer& buffer) const function in class:OperatorExpressionNode
1628 virtual bool GetName(NameBuffer& buffer) const function in class:ConversionExpressionNode
1729 virtual bool GetName(NameBuffer& buffer) const function in class:FunctionNode
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.cpp35 // GetName
37 VirtualDirEntry::GetName() const function in class:VirtualDirEntry
109 *name = fCurrentEntry->GetName();
169 RemoveEntry(entry->GetName());
/haiku/headers/os/mail/
H A DMailMessage.h84 status_t GetName(char* name, int32 maxLength) const;
85 status_t GetName(BString* name) const;
/haiku/src/system/boot/loader/
H A DFileMapDisk.cpp112 // GetName
114 FileMapDisk::GetName(char *nameBuffer, size_t bufferSize) const function in class:FileMapDisk
122 return fNode->GetName(nameBuffer + strlen(prefix),
/haiku/src/system/boot/loader/file_systems/fat/
H A DFile.cpp106 File::GetName(char *nameBuffer, size_t bufferSize) const function in class:FATFS::File
108 return fStream.GetName(nameBuffer, bufferSize);
/haiku/src/apps/icon-o-matic/generic/command/
H A DRemoveCommand.h34 \note This class should be subclassed and the \c GetName member overridden.
50 virtual void GetName(BString& name);
142 RemoveCommand<Type>::GetName(BString& name) function in class:RemoveCommand
H A DAddCommand.h42 \note This class should be subclassed and the \c GetName member overridden.
60 virtual void GetName(BString& name);
154 AddCommand<Type>::GetName(BString& name) function in class:AddCommand

Completed in 138 milliseconds

1234567891011>>