/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/object_types/array_types/ |
D | array_types_1.ts | 56 type ArrayType = { alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Constants.h | 44 class ArrayType; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BinaryStreamArray.h | 154 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 357 ArrayType, enumerator 595 struct ArrayType : ObjectImpl<ArrayType, Type, Object::Kind::ArrayType> struct 597 Type *base = nullptr; 598 bool ownsBase = false; // If true, base is owned by this ArrayType. 599 uint32_t size; // In elements 601 ~ArrayType() in ~ArrayType() 606 std::string name() const override { return base->name() + "[]"; } in name() 607 uint32_t sizeInBytes() const override { return base->sizeInBytes() * size; } in sizeInBytes() 608 size_t numMembers() const override { return size; } in numMembers() 609 Member getMember(size_t i) const override { return { base, std::to_string(i) }; } in getMember() [all …]
|
/third_party/skia/src/sksl/ir/ |
D | SkSLType.cpp | 25 class ArrayType final : public Type { class 29 ArrayType(skstd::string_view name, const char* abbrev, const Type& componentType, int count) in ArrayType() function in SkSL::ArrayType
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Type.cpp | 584 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() function in ArrayType
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | any_test.cc | 90 using ArrayType = int[2]; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 257 ArrayType, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 241 ArrayType, enumerator
|
D | ItaniumDemangle.h | 615 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() function
|
/third_party/python/Modules/ |
D | arraymodule.c | 60 PyTypeObject *ArrayType; member
|
/third_party/typescript/src/compiler/ |
D | types.ts | 220 ArrayType, enumerator
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 286 ArrayType = 179, enumerator
|
D | typescriptServices.d.ts | 286 ArrayType = 179, enumerator
|
D | tsserverlibrary.d.ts | 286 ArrayType = 179, enumerator
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 286 ArrayType = 179, enumerator
|
D | tsserverlibrary.d.ts | 286 ArrayType = 179, enumerator
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 11925 typedef typename RemoveExtent<T>::Type ArrayType; in MakeUnique() typedef 45212 typedef Array<ValueType, kSize> ArrayType; typedef in mozilla::EnumeratedArray 122084 typedef nsTArray<typename TypedArrayType::element_type> ArrayType; typedef in mozilla::dom::TypedArrayCreator
|