Home
last modified time | relevance | path

Searched refs:next_offset (Results 1 – 2 of 2) sorted by relevance

/glogg/src/
H A Dwinwatchtowerdriver.cpp58 uint32_t next_offset = *( reinterpret_cast<const uint32_t*>( new_position ) ); in updateCurrentNotification() local
64 LOG(logDEBUG) << "Next: " << next_offset; in updateCurrentNotification()
70 return ( next_offset == 0 ) ? nullptr : new_position + next_offset; in updateCurrentNotification()
/glogg/glogg/src/
H A Dwinwatchtowerdriver.cpp