/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/alloc/src/vec/ |
D | mod.rs | 397 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> { struct 398 buf: RawVec<T, A>, argument 406 impl<T> Vec<T> { argument 721 impl<T, A: Allocator> Vec<T, A> { implementation 2950 impl<T: Clone, A: Allocator> Vec<T, A> { implementation 3049 impl<T, A: Allocator, const N: usize> Vec<[T; N], A> { impl 3092 impl<T: Clone, A: Allocator> Vec<T, A> { impl 3124 impl<T: PartialEq, A: Allocator> Vec<T, A> { impl 3175 impl<T: Clone, A: Allocator> ExtendFromWithinSpec for Vec<T, A> { implementation 3195 impl<T: Copy, A: Allocator> ExtendFromWithinSpec for Vec<T, A> { implementation [all …]
|
D | spec_extend.rs | 12 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> implementation 21 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> implementation 30 impl<T, A: Allocator> SpecExtend<T, IntoIter<T>> for Vec<T, A> { implementation 39 impl<'a, T: 'a, I, A: Allocator> SpecExtend<&'a T, I> for Vec<T, A> implementation 49 impl<'a, T: 'a, A: Allocator> SpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> implementation
|
D | spec_from_iter.rs | 28 impl<T, I> SpecFromIter<T, I> for Vec<T> implementation 37 impl<T> SpecFromIter<T, IntoIter<T>> for Vec<T> { implementation
|
D | spec_from_iter_nested.rs | 14 impl<T, I> SpecFromIterNested<T, I> for Vec<T> implementation 46 impl<T, I> SpecFromIterNested<T, I> for Vec<T> implementation
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/alloc/src/vec/ |
D | mod.rs | 397 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> { struct 398 buf: RawVec<T, A>, argument 406 impl<T> Vec<T> { implementation 721 impl<T, A: Allocator> Vec<T, A> { implementation 2950 impl<T: Clone, A: Allocator> Vec<T, A> { implementation 3049 impl<T, A: Allocator, const N: usize> Vec<[T; N], A> { impl 3092 impl<T: Clone, A: Allocator> Vec<T, A> { impl 3124 impl<T: PartialEq, A: Allocator> Vec<T, A> { impl 3175 impl<T: Clone, A: Allocator> ExtendFromWithinSpec for Vec<T, A> { implementation 3195 impl<T: Copy, A: Allocator> ExtendFromWithinSpec for Vec<T, A> { implementation [all …]
|
D | spec_extend.rs | 12 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> implementation 21 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> implementation 30 impl<T, A: Allocator> SpecExtend<T, IntoIter<T>> for Vec<T, A> { implementation 39 impl<'a, T: 'a, I, A: Allocator> SpecExtend<&'a T, I> for Vec<T, A> implementation 49 impl<'a, T: 'a, A: Allocator> SpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> implementation
|
D | spec_from_iter.rs | 28 impl<T, I> SpecFromIter<T, I> for Vec<T> implementation 37 impl<T> SpecFromIter<T, IntoIter<T>> for Vec<T> { implementation
|
D | spec_from_iter_nested.rs | 14 impl<T, I> SpecFromIterNested<T, I> for Vec<T> implementation 46 impl<T, I> SpecFromIterNested<T, I> for Vec<T> implementation
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/alloc/src/vec/ |
D | mod.rs | 397 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> { struct 398 buf: RawVec<T, A>, argument 406 impl<T> Vec<T> { argument 618 impl<T, A: Allocator> Vec<T, A> { impl 2548 impl<T: Clone, A: Allocator> Vec<T, A> { impl 2647 impl<T, A: Allocator, const N: usize> Vec<[T; N], A> { impl 2690 impl<T: Clone, A: Allocator> Vec<T, A> { implementation 2722 impl<T: PartialEq, A: Allocator> Vec<T, A> { impl 2772 impl<T: Clone, A: Allocator> ExtendFromWithinSpec for Vec<T, A> { implementation 2792 impl<T: Copy, A: Allocator> ExtendFromWithinSpec for Vec<T, A> { implementation [all …]
|
D | spec_extend.rs | 12 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> implementation 21 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> implementation 30 impl<T, A: Allocator> SpecExtend<T, IntoIter<T>> for Vec<T, A> { implementation 39 impl<'a, T: 'a, I, A: Allocator> SpecExtend<&'a T, I> for Vec<T, A> implementation 49 impl<'a, T: 'a, A: Allocator> SpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> implementation
|
D | spec_from_iter.rs | 28 impl<T, I> SpecFromIter<T, I> for Vec<T> implementation 37 impl<T> SpecFromIter<T, IntoIter<T>> for Vec<T> { implementation
|
D | spec_from_iter_nested.rs | 14 impl<T, I> SpecFromIterNested<T, I> for Vec<T> implementation 46 impl<T, I> SpecFromIterNested<T, I> for Vec<T> implementation
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/alloc/src/vec/ |
D | mod.rs | 397 pub struct Vec<T, #[unstable(feature = "allocator_api", issue = "32838")] A: Allocator = Global> { struct 398 buf: RawVec<T, A>, argument 406 impl<T> Vec<T> { implementation 618 impl<T, A: Allocator> Vec<T, A> { impl 2548 impl<T: Clone, A: Allocator> Vec<T, A> { implementation 2647 impl<T, A: Allocator, const N: usize> Vec<[T; N], A> { impl 2690 impl<T: Clone, A: Allocator> Vec<T, A> { impl 2722 impl<T: PartialEq, A: Allocator> Vec<T, A> { implementation 2772 impl<T: Clone, A: Allocator> ExtendFromWithinSpec for Vec<T, A> { implementation 2792 impl<T: Copy, A: Allocator> ExtendFromWithinSpec for Vec<T, A> { implementation [all …]
|
D | spec_extend.rs | 12 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> implementation 21 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> implementation 30 impl<T, A: Allocator> SpecExtend<T, IntoIter<T>> for Vec<T, A> { implementation 39 impl<'a, T: 'a, I, A: Allocator> SpecExtend<&'a T, I> for Vec<T, A> implementation 49 impl<'a, T: 'a, A: Allocator> SpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> implementation
|
D | spec_from_iter.rs | 28 impl<T, I> SpecFromIter<T, I> for Vec<T> implementation 37 impl<T> SpecFromIter<T, IntoIter<T>> for Vec<T> { implementation
|
D | spec_from_iter_nested.rs | 14 impl<T, I> SpecFromIterNested<T, I> for Vec<T> implementation 46 impl<T, I> SpecFromIterNested<T, I> for Vec<T> implementation
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | ArrayRef.h | 90 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 96 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 116 constexpr /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() 533 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef() 540 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef() 547 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef() 561 ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef() 568 ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef() [all …]
|
D | TinyPtrVector.h | 166 if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) in empty() local 265 else if (VecTy *Vec = cast<VecTy *>(Val)) in pop_back() local 273 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in clear() local 288 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in erase() local 304 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in erase() local
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ADT/ |
D | TinyPtrVector.h | 166 if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) in empty() local 265 else if (VecTy *Vec = cast<VecTy *>(Val)) in pop_back() local 273 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in clear() local 288 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in erase() local 304 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in erase() local
|
D | ArrayRef.h | 90 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 96 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 116 constexpr /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef()
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | TinyPtrVector.h | 166 if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) in empty() local 265 else if (VecTy *Vec = cast<VecTy *>(Val)) in pop_back() local 273 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in clear() local 288 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in erase() local 304 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in erase() local
|
D | ArrayRef.h | 90 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 96 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 116 constexpr /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef()
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | TinyPtrVector.h | 166 if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) in empty() local 265 else if (VecTy *Vec = cast<VecTy *>(Val)) in pop_back() local 273 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in clear() local 288 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in erase() local 304 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in erase() local
|
D | ArrayRef.h | 90 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 96 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 116 constexpr /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef()
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGenTypes/ |
D | MachineValueType.h | 42 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) Ty = n, argument 175 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in isOverloaded() argument 258 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) EltTy, in getVectorElementType() argument 271 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) NElem, in getVectorMinNumElements() argument 300 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getSizeInBits() argument 422 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getFloatingPointVT() argument 432 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getIntegerVT() argument
|