Searched defs:pos (Results 1 – 14 of 14) sorted by relevance
53 inline void append( uint64_t pos ) in append()
110 uint64_t pos = previous_pos; in block32_next_pos() local163 uint64_t pos = previous_pos; in block64_next_pos() local245 void CompressedLinePositionStorage::append( uint64_t pos ) in append()
105 void push_back( uint64_t pos ) in push_back()
210 qint64 pos = initialPosition; // Absolute position of the start of current line in doIndex() local
105 uint64_t pos = ( 257LL * 4 ) + i*35LL; in TEST_F() local151 uint64_t pos = 3LL*UINT32_MAX + 524LL + i*35LL; in TEST_F() local
44 WeightedLine( int pos ) { pos_ = pos; weight_ = 0; } in WeightedLine()
473 const QPoint pos = convertCoordToFilePos( mouseEvent->pos() ); in mouseDoubleClickEvent() local485 const QPoint pos = viewport()->mapFromGlobal( globalPos ); in timerEvent() local1309 void AbstractLogView::selectWordAtPosition( const QPoint& pos ) in selectWordAtPosition()