Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DBinaryStreamRef.h60 RefType drop_front(uint64_t N) const { in drop_front() function
207 BinarySubstreamRef drop_front(uint64_t N) const { in drop_front() function
H A DBinaryStreamArray.h147 void drop_front() { Skew += begin()->length(); } in drop_front() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBinaryStreamRef.h58 RefType drop_front(uint64_t N) const { in drop_front() function
204 BinarySubstreamRef drop_front(uint64_t N) const { in drop_front() function
DBinaryStreamArray.h147 void drop_front() { Skew += begin()->length(); } in drop_front() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A 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
H A DBinaryStreamArray.h141 void drop_front() { Skew += begin()->length(); } in drop_front() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBinaryStreamRef.h58 RefType drop_front(uint64_t N) const { in drop_front() function
204 BinarySubstreamRef drop_front(uint64_t N) const { in drop_front() function
DBinaryStreamArray.h147 void drop_front() { Skew += begin()->length(); } in drop_front() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DBinaryStreamRef.h58 RefType drop_front(uint64_t N) const { in drop_front() function
204 BinarySubstreamRef drop_front(uint64_t N) const { in drop_front() function
DBinaryStreamArray.h147 void drop_front() { Skew += begin()->length(); } in drop_front() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBinaryStreamRef.h58 RefType drop_front(uint64_t N) const { in drop_front() function
204 BinarySubstreamRef drop_front(uint64_t N) const { in drop_front() function
DBinaryStreamArray.h147 void drop_front() { Skew += begin()->length(); } in drop_front() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/detail/
Dtuple_basic.hpp97 struct drop_front { struct
99 struct apply {
110 struct drop_front<0> { struct
112 struct apply {
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/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
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/CodeView/
H A DStreamRef.h67 StreamRef drop_front(uint32_t N) const { in drop_front() function
/aosp_15_r20/packages/modules/adb/
Dtypes.cpp41 void IOVector::drop_front(IOVector::size_type len) { in drop_front() function in IOVector
Dtypes_test.cpp138 TEST(IOVector, drop_front) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp461 inline static void drop_front(StringRef& str, size_t n = 1) { in drop_front() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp467 inline static void drop_front(StringRef& str, size_t n = 1) { in drop_front() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dmod.rs1174 let drop_front = front.get_unchecked_mut(len..) as *mut _; in truncate() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dmod.rs1174 let drop_front = front.get_unchecked_mut(len..) as *mut _; in truncate() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dmod.rs1160 let drop_front = front.get_unchecked_mut(len..) as *mut _; in truncate() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dmod.rs1160 let drop_front = front.get_unchecked_mut(len..) as *mut _; in truncate() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dmod.rs1174 let drop_front = front.get_unchecked_mut(len..) as *mut _; in truncate() localVariable