Searched refs:next_offset (Results 1 – 2 of 2) sorted by relevance
58 uint32_t next_offset = *( reinterpret_cast<const uint32_t*>( new_position ) ); in updateCurrentNotification() local64 LOG(logDEBUG) << "Next: " << next_offset; in updateCurrentNotification()70 return ( next_offset == 0 ) ? nullptr : new_position + next_offset; in updateCurrentNotification()