Searched refs:_SetTo (Results 1 - 25 of 62) sorted by relevance

123

/haiku/headers/private/shared/
H A DVariant.h122 void _SetTo(const BVariant& other);
123 void _SetTo(bool value);
124 void _SetTo(int8 value);
125 void _SetTo(uint8 value);
126 void _SetTo(int16 value);
127 void _SetTo(uint16 value);
128 void _SetTo(int32 value);
129 void _SetTo(uint32 value);
130 void _SetTo(int64 value);
131 void _SetTo(uint6
[all...]
H A DHashString.h56 bool _SetTo(const char *string, int32 length);
/haiku/src/kits/shared/
H A DHashString.cpp54 return _SetTo(string, maxLength);
77 if (!_SetTo(string, newLength)) {
100 _SetTo(string.fString, string.fLength);
112 // _SetTo
114 HashString::_SetTo(const char *string, int32 length) function in class:HashString
H A DVariant.cpp99 return _SetTo((const char*)data, 0) ? B_OK : B_NO_MEMORY;
103 _SetTo(rect->left, rect->top, rect->right, rect->bottom);
339 BVariant::_SetTo(const BVariant& other) function in class:BVariant
534 BVariant::_SetTo(bool value) function in class:BVariant
543 BVariant::_SetTo(int8 value) function in class:BVariant
552 BVariant::_SetTo(uint8 value) function in class:BVariant
561 BVariant::_SetTo(int16 value) function in class:BVariant
570 BVariant::_SetTo(uint16 value) function in class:BVariant
579 BVariant::_SetTo(int32 value) function in class:BVariant
588 BVariant::_SetTo(uint3 function in class:BVariant
597 BVariant::_SetTo(int64 value) function in class:BVariant
606 BVariant::_SetTo(uint64 value) function in class:BVariant
615 BVariant::_SetTo(float value) function in class:BVariant
624 BVariant::_SetTo(double value) function in class:BVariant
633 BVariant::_SetTo(float left, float top, float right, float bottom) function in class:BVariant
645 BVariant::_SetTo(const void* value) function in class:BVariant
654 BVariant::_SetTo(const char* value, uint32 flags) function in class:BVariant
677 BVariant::_SetTo(BReferenceable* value, type_code type) function in class:BVariant
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DString.cpp52 return _SetTo(string, maxLength);
75 if (!_SetTo(string, newLength)) {
98 _SetTo(string.fString, string.fLength);
110 // _SetTo
112 String::_SetTo(const char *string, int32 length) function in class:String
/haiku/src/apps/debugger/user_interface/gui/settings/
H A DGuiTeamUiSettings.cpp26 if (_SetTo(other) != B_OK)
90 if (settings->_SetTo(*this) != B_OK) {
125 if (_SetTo(other) != B_OK)
133 GuiTeamUiSettings::_SetTo(const GuiTeamUiSettings& other) function in class:GuiTeamUiSettings
H A DGuiTeamUiSettings.h45 status_t _SetTo(const GuiTeamUiSettings& other);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DString.h57 inline bool _SetTo(const char *string, int32 length);
108 return _SetTo(string, maxLength);
131 if (!_SetTo(string, newLength)) {
154 _SetTo(string.fString, string.fLength);
166 // _SetTo
168 String::_SetTo(const char *string, int32 length) function in class:String
/haiku/src/kits/storage/
H A DPathFinder.cpp21 _SetTo(codePointer, NULL, dependency);
27 _SetTo(NULL, path, dependency);
40 return _SetTo(codePointer, NULL, dependency);
47 return _SetTo(NULL, path, dependency);
59 return _SetTo(NULL, path.Path(), dependency);
171 BPathFinder::_SetTo(const void* codePointer, const char* path, function in class:BPathFinder
/haiku/headers/build/private/app/
H A DMessengerPrivate.h28 { fMessenger->_SetTo(team, port, token); }
/haiku/src/tools/elfsymbolpatcher/
H A DElfImage.h61 status_t _SetTo(image_id image);
/haiku/headers/private/app/
H A DMessengerPrivate.h28 { fMessenger->_SetTo(team, port, token); }
/haiku/headers/private/storage/
H A DDiskDevice.h54 status_t _SetTo(partition_id id, bool deviceOnly,
56 status_t _SetTo(user_disk_device_data* data);
H A DDiskSystem.h59 status_t _SetTo(disk_system_id id);
60 status_t _SetTo(const user_disk_system_info* info);
/haiku/src/kits/storage/disk_device/
H A DDiskDevice.cpp152 return _SetTo(id, true, 0);
328 error = _SetTo(ID(), true, 0);
353 error = _SetTo(ID(), true, 0);
450 // _SetTo
452 BDiskDevice::_SetTo(partition_id id, bool deviceOnly, size_t neededSize) function in class:BDiskDevice
462 error = _SetTo(data);
472 // _SetTo
474 BDiskDevice::_SetTo(user_disk_device_data* data) function in class:BDiskDevice
483 status_t error = BPartition::_SetTo(this, NULL,
486 // If _SetTo() fail
[all...]
/haiku/headers/build/os/app/
H A DMessenger.h41 void _SetTo(team_id team, port_id port, int32 token);
/haiku/headers/private/userlandfs/shared/
H A DString.h57 bool _SetTo(const char *string, int32 length);
/haiku/src/preferences/filetypes/
H A DFileTypeWindow.h33 void _SetTo(const BMessage& refs);
/haiku/headers/os/net/
H A DSocket.h35 void _SetTo(int fd, const BNetworkAddress& local,
/haiku/headers/os/package/
H A DRepositoryInfo.h74 status_t _SetTo(const BMessage* data);
75 status_t _SetTo(const BEntry& entry);
/haiku/src/kits/network/libnetapi/
H A DSocket.cpp72 socket->_SetTo(fd, fLocal, peer);
111 BSocket::_SetTo(int fd, const BNetworkAddress& local, function in class:BSocket
/haiku/src/build/libbe/storage/
H A DNode.cpp165 return _SetTo(ref, false);
177 return _SetTo(entry->fDirFd, entry->fName, false);
184 return _SetTo(-1, path, false);
197 return _SetTo(dir->fDirFd, path, false);
544 BNode::_SetTo(int fd, const char* path, bool traverse) function in class:BNode
580 BNode::_SetTo(const entry_ref* ref, bool traverse) function in class:BNode
/haiku/src/kits/package/
H A DRepositoryInfo.cpp57 fInitStatus = _SetTo(data);
63 fInitStatus = _SetTo(entry);
134 return fInitStatus = _SetTo(data);
141 return fInitStatus = _SetTo(entry);
277 BRepositoryInfo::_SetTo(const BMessage* data) function in class:BPackageKit::BRepositoryInfo
337 BRepositoryInfo::_SetTo(const BEntry& entry) function in class:BPackageKit::BRepositoryInfo
/haiku/headers/os/storage/
H A DNode.h100 status_t _SetTo(int fd, const char* path, bool traverse);
101 status_t _SetTo(const entry_ref* ref, bool traverse);
/haiku/headers/build/os/storage/
H A DNode.h111 status_t _SetTo(int fd, const char *path, bool traverse);
112 status_t _SetTo(const entry_ref *ref, bool traverse);

Completed in 100 milliseconds

123