Lines Matching refs:MoveToFront
28 bool MoveToFront::Insert(uint32_t value) { in Insert()
45 bool MoveToFront::Remove(uint32_t value) { in Remove()
62 bool MoveToFront::RankFromValue(uint32_t value, uint32_t* rank) { in RankFromValue()
112 bool MoveToFront::HasValue(uint32_t value) const { in HasValue()
121 bool MoveToFront::Promote(uint32_t value) { in Promote()
154 bool MoveToFront::ValueFromRank(uint32_t rank, uint32_t* value) { in ValueFromRank()
206 uint32_t MoveToFront::CreateNode(uint32_t timestamp, uint32_t value) { in CreateNode()
232 void MoveToFront::InsertNode(uint32_t node) { in InsertNode()
308 uint32_t MoveToFront::RemoveNode(uint32_t node) { in RemoveNode()
391 uint32_t MoveToFront::RotateLeft(const uint32_t node) { in RotateLeft()
420 uint32_t MoveToFront::RotateRight(const uint32_t node) { in RotateRight()
449 void MoveToFront::UpdateNode(uint32_t node) { in UpdateNode()