Searched refs:Adopt (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/src/tests/kits/support/bstring/
H A DStringAssignTest.cpp84 //Adopt(BString&)
88 str->Adopt(string2);
96 str->Adopt(newstring, 2);
/haiku-fatelf/headers/private/kernel/fs/
H A DKPath.h26 void Adopt(KPath& other);
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.h38 inline void Adopt(NodeHashElement &element) function in class:NodeHashElement
H A DOpenHashTable.h77 void Adopt(OpenHashElement &);
79 // after call (calls Adopt on BString members, etc.)
434 element.Adopt(newElement);
H A DNodeChildTable.h50 inline void Adopt(Element &element) function in class:NodeChildHashElement
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNodeTable.h38 inline void Adopt(NodeHashElement &element) function in class:NodeHashElement
H A DOpenHashTable.h78 void Adopt(OpenHashElement &);
80 // after call (calls Adopt on BString members, etc.)
435 element.Adopt(newElement);
H A DNodeChildTable.h50 inline void Adopt(Element &element) function in class:NodeChildHashElement
/haiku-fatelf/src/kits/tracker/
H A DIconCache.cpp355 BBitmap* bitmap = lazyBitmap->Adopt();
369 entry->SetIcon(lazyBitmap->Adopt(), mode, size);
431 BBitmap* bitmap = lazyBitmap->Adopt();
444 entry->SetIcon(lazyBitmap->Adopt(), mode, size);
588 entry->SetIcon(lazyBitmap->Adopt(), kNormalIcon, size);
591 BBitmap* bitmap = lazyBitmap->Adopt();
616 entry->SetIcon(lazyBitmap->Adopt(), mode, size);
734 entry->SetIcon(lazyBitmap->Adopt(), kNormalIcon, size);
740 entry->SetIcon(lazyBitmap->Adopt(), mode, size);
785 BBitmap* bitmap = lazyBitmap->Adopt();
1988 LazyBitmapAllocator::Adopt() function in class:LazyBitmapAllocator
[all...]
H A DIconCache.h476 BBitmap* Adopt();
/haiku-fatelf/headers/private/shared/
H A DOpenHashTable.h76 void Adopt(OpenHashElement &);
78 // after call (calls Adopt on BString members, etc.)
450 element->Adopt(newElement);
H A DHashSet.h62 inline void Adopt(Element &element) function in class:BPrivate::HashSetElement
H A DHashMap.h63 inline void Adopt(Element &element) function in class:BPrivate::HashMapElement
/haiku-fatelf/src/apps/webpositive/support/
H A DOpenHashTable.h76 void Adopt(OpenHashElement &);
78 // after call (calls Adopt on BString members, etc.)
450 element.Adopt(newElement);
H A DHashSet.h62 inline void Adopt(Element &element) function in class:BPrivate::HashSetElement
H A DHashMap.h63 inline void Adopt(Element &element) function in class:BPrivate::HashMapElement
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DOpenHashTable.h72 void Adopt(OpenHashElement &);
74 // after call (calls Adopt on BString members, etc.)
446 element.Adopt(newElement);
H A DHashSet.h58 inline void Adopt(Element &element) function in class:HashSetElement
H A DHashMap.h60 inline void Adopt(Element &element) function in class:HashMapElement
/haiku-fatelf/src/system/kernel/fs/
H A DKPath.cpp91 KPath::Adopt(KPath& other) function in class:KPath
/haiku-fatelf/src/system/libroot/os/
H A Dparsedate.cpp467 void Adopt(const known_identifier& identifier);
483 parsed_element::Adopt(const known_identifier& identifier) function in class:parsed_element
663 elements[index].Adopt(*identifier);
668 elements[index].Adopt(*identifier);
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A DKPath.cpp89 KPath::Adopt(KPath& other) function in class:KPath
/haiku-fatelf/headers/os/support/
H A DString.h45 BString& Adopt(BString& from);
48 BString& Adopt(BString& from, int32 maxLength);
/haiku-fatelf/src/kits/support/
H A DString.cpp358 BString::Adopt(BString& from) function in class:BString
384 BString::Adopt(BString& from, int32 maxLength) function in class:BString
422 return Adopt(string, UTF8CountBytes(string.String(), charCount));
/haiku-fatelf/src/apps/mail/
H A DHeader.cpp1108 group.Adopt(groups);

Completed in 214 milliseconds

12