Searched defs:drop_front (Results 1 – 4 of 4) sorted by relevance
61 RefType drop_front(uint32_t N) const { in drop_front() function208 BinarySubstreamRef drop_front(uint32_t N) const { in drop_front() function
141 void drop_front() { Skew += begin()->length(); } in drop_front() function
461 inline static void drop_front(StringRef& str, size_t n = 1) { in drop_front() function
41253 let drop_front = front.get_unchecked_mut(len..) as *mut _; localVariable