Searched refs:_IndexFor (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/mediaplayer/supplier/
H A DSubTitlesSRT.h26 int32 _IndexFor(bigtime_t startTime) const;
H A DSubTitlesSRT.cpp117 int32 index = _IndexFor(subTitle.startTime);
170 int32 index = _IndexFor(time);
184 SubTitlesSRT::_IndexFor(bigtime_t startTime) const function in class:SubTitlesSRT
/haiku/src/tests/system/kernel/cache/
H A Dfile_map_test.cpp39 int32 _IndexFor(off_t offset);
160 int32 index = _IndexFor(offset);
184 int32 index = _IndexFor(offset);
270 Map::_IndexFor(off_t offset) function in class:Map

Completed in 44 milliseconds