Home
last modified time | relevance | path

Searched defs:drop_front (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/fwd/
Ddrop_front.hpp47 constexpr auto drop_front = [](auto&& xs[, auto const& n]) { in __anone68457cb0102() variable
/third_party/boost/boost/hana/fwd/
Ddrop_front.hpp47 constexpr auto drop_front = [](auto&& xs[, auto const& n]) { in __anon506ed6980102() variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamRef.h61 RefType drop_front(uint32_t N) const { in drop_front() function
208 BinarySubstreamRef drop_front(uint32_t N) const { in drop_front() function
DBinaryStreamArray.h141 void drop_front() { Skew += begin()->length(); } in drop_front() function
/third_party/boost/boost/range/
Diterator_range_core.hpp259 void drop_front() in drop_front() function in boost::iterator_range_detail::iterator_range_base
265 void drop_front(difference_type n) in drop_front() function in boost::iterator_range_detail::iterator_range_base
/third_party/boost/boost/tuple/detail/
Dtuple_basic.hpp97 struct drop_front { struct
99 struct apply {
110 struct drop_front<0> { struct
112 struct apply {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp461 inline static void drop_front(StringRef& str, size_t n = 1) { in drop_front() function