Searched refs:_Add (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/cortex/ValControl/
H A DValControl.h288 void _Add(ValControlSegment* segment, entry_location from,
294 void _Add(ValCtrlLayoutEntry& entry, entry_location from);
H A DNumericValControl.cpp113 _Add(new ValControlDigitSegment(fWholeDigits, 0, negativeVisible), RIGHT_MOST);
116 _Add(ValCtrlLayoutEntry::decimalPoint, RIGHT_MOST);
119 _Add(new ValControlDigitSegment(1, (-1)-n, false, ValControlDigitSegment::ZERO_FILL),
H A DValControl.cpp471 ValControl::_Add(ValControlSegment* segment, entry_location from, function in class:ValControl
496 ValControl::_Add(ValCtrlLayoutEntry& entry, entry_location from) function in class:ValControl
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp90 status_t _Add(file_io_vec* vecs, size_t vecCount,
233 FileMap::_Add(file_io_vec* vecs, size_t vecCount, off_t& lastOffset) function in class:FileMap
374 status = _Add(vecs, vecCount, mapEnd);

Completed in 92 milliseconds