| /third_party/node/src/dataqueue/ |
| D | queue.h | 129 struct Vec { struct 138 class Reader : public MemoryRetainer, public bob::Source<Vec> { argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | ArrayRef.h | 74 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 80 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 93 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 306 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 310 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() 458 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef() 464 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef() 470 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef() 475 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef() 480 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | ArrayRef.h | 81 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef() 87 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef() 107 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef() 322 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef() 326 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef() 478 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef() 484 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef() 490 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef() 501 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef() 506 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
|
| D | TinyPtrVector.h | 167 if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) in empty() local 267 else if (VecTy *Vec = Val.template get<VecTy*>()) in pop_back() local 275 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in clear() local 290 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local 306 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
|
| D | PackedVector.h | 83 PackedVector &Vec; variable
|
| /third_party/rust/crates/cxx/src/ |
| D | rust_vec.rs | 29 unsafe { &*(v as *const Vec<T> as *const RustVec<T>) } in from_ref() constant 41 unsafe { &*(self as *const RustVec<T> as *const Vec<T>) } in as_vec() constant 87 Self::from_ref(unsafe { &*(v as *const Vec<String> as *const Vec<RustString>) }) in from_ref_vec_string() constant 103 unsafe { &*(self as *const RustVec<RustString> as *const Vec<String>) } in as_vec_string() constant
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | scalar_multiplication.hpp | 35 #define GLM_IMPLEMENT_SCAL_MULT(Vec) \ argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ExpandReductions.cpp | 124 Value *Vec = II->getArgOperand(1); in expandReductions() local 148 Value *Vec = II->getArgOperand(0); in expandReductions() local
|
| /third_party/typescript/tests/cases/conformance/jsdoc/declarations/ |
| D | jsDeclarationsFunctionLikeClasses2.ts | 11 export function Vec(len) { function
|
| /third_party/rust/crates/syn/src/ |
| D | gen_helper.rs | 12 impl<T> FoldHelper for Vec<T> { implementation
|
| D | parse_quote.rs | 205 impl ParseQuote for Vec<Stmt> { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | HashTable.cpp | 47 SparseBitVector<> &Vec) { in writeSparseBitVector()
|
| /third_party/rust/crates/cxx/tests/ffi/ |
| D | module.rs | 15 impl Vec<Job> {} implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Twine.cpp | 28 SmallString<256> Vec; in str() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Twine.cpp | 28 SmallString<256> Vec; in str() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | PoisonChecking.cpp | 197 Value *Vec = I.getOperand(0); in generatePoisonChecks() local 209 Value *Vec = I.getOperand(0); in generatePoisonChecks() local
|
| /third_party/python/Lib/turtledemo/ |
| D | planet_and_moon.py | 20 from turtle import Shape, Turtle, mainloop, Vec2D as Vec unknown
|
| /third_party/rust/crates/cxx/gen/build/src/ |
| D | vec.rs | 11 impl<T> InternedVec<T> for Vec<InternedString> implementation
|
| /third_party/python/Tools/demo/ |
| D | vector.py | 7 class Vec: class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86InterleavedAccess.cpp | 285 ArrayRef<Value *> Vec, ArrayRef<uint32_t> VPShuf, in reorderSubVector() 521 static void concatSubVector(Value **Vec, ArrayRef<Instruction *> InVec, in concatSubVector() 555 Value *Vec[6], *TempVector[3]; in deinterleave8bitStride3() local 642 Value *Vec[3], *TempVector[3]; in interleave8bitStride3() local
|
| /third_party/typescript/tests/baselines/reference/ |
| D | jsDeclarationsFunctionLikeClasses2.js | 7 export function Vec(len) { class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| D | StringTableBuilder.cpp | 89 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMUnwindOpAsm.cpp | 30 SmallVectorImpl<uint8_t> &Vec; member in __anonad8cb4b90111::UnwindOpcodeStreamer
|
| /third_party/rust/crates/clap/clap_derive/src/utils/ |
| D | ty.rs | 13 Vec, enumerator
|
| /third_party/rust/crates/clap/tests/derive/ |
| D | issues.rs | 117 impl<'a> FromIterator<&'a U16ish> for Vec<u16> { in issue_490() implementation
|