Searched refs:adopt (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A DRawBuffer.h69 // deleting it; use adopt() for that.)
104 void adopt(
113 bool adopt(RawBuffer& target);
115 // adopt currently ref'd data (if any; returns false if no buffer data or
117 bool adopt();
H A DAudioBuffer.h75 // +++++ add a flag to disallow adopt()
89 void adopt(
96 // as with RawBuffer::adopt(), returns false if the target
98 bool adopt(
H A DRawBuffer.cpp66 // deleting it; use adopt() for that.)
150 void RawBuffer::adopt( function in class:RawBuffer
170 bool RawBuffer::adopt(RawBuffer& target) { function in class:RawBuffer
187 // adopt currently ref'd data (if any; returns false if no buffer data or
190 bool RawBuffer::adopt() { function in class:RawBuffer
H A DAudioBuffer.cpp146 void AudioBuffer::adopt( function in class:AudioBuffer
163 // as with RawBuffer::adopt(), returns false if the target
166 bool AudioBuffer::adopt(AudioBuffer& target) { function in class:AudioBuffer
168 return RawBuffer::adopt(target);
/haiku/src/kits/tracker/
H A DPose.h58 BPose(Model* adopt, BPoseView*, uint32 clipboardMode,

Completed in 47 milliseconds