Home
last modified time | relevance | path

Searched defs:ArrayType (Results 1 – 18 of 18) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/object_types/array_types/
Darray_types_1.ts56 type ArrayType = { alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h44 class ArrayType; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h154 typedef VarStreamArray<ValueType, Extractor> ArrayType; typedef
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp357 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/
DSkSLType.cpp25 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/
DType.cpp584 ArrayType::ArrayType(Type *ElType, uint64_t NumEl) in ArrayType() function in ArrayType
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany_test.cc90 using ArrayType = int[2]; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h257 ArrayType, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h241 ArrayType, enumerator
DItaniumDemangle.h615 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() function
/third_party/python/Modules/
Darraymodule.c60 PyTypeObject *ArrayType; member
/third_party/typescript/src/compiler/
Dtypes.ts220 ArrayType, enumerator
/third_party/typescript/lib/
Dtypescript.d.ts286 ArrayType = 179, enumerator
DtypescriptServices.d.ts286 ArrayType = 179, enumerator
Dtsserverlibrary.d.ts286 ArrayType = 179, enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts286 ArrayType = 179, enumerator
Dtsserverlibrary.d.ts286 ArrayType = 179, enumerator
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp11925 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