Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/associated-consts/
Dmismatched_impl_ty_1.rs6 type ArrayType; typedef
11 type ArrayType = [u8; Self::SIZE]; typedef
/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/rust/rust/tests/ui/issues/
Dissue-66768.rs17 type ArrayType = (); typedef
20 type ArrayType = GenericArrayImplEven<T, N>; typedef
23 type ArrayType = GenericArrayImplOdd<T, N>; typedef
180 type ArrayType; typedef
/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/m133/src/sksl/ir/
DSkSLType.cpp158 class ArrayType final : public Type { class
162 ArrayType(std::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/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs1203 pub struct ArrayType { struct
1206 impl ArrayType { impl
1525 ArrayType(ArrayType), enumerator
2860 impl AstNode for ArrayType { implementation
4788 impl std::fmt::Display for ArrayType { implementation
/third_party/python/Modules/
Darraymodule.c58 PyTypeObject *ArrayType; member
/third_party/typescript/src/compiler/
Dtypes.ts235 ArrayType, enumerator
/third_party/typescript/lib/
Dtypescript.d.ts337 ArrayType = 188, enumerator
Dtsserverlibrary.d.ts4340 ArrayType = 188, enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts337 ArrayType = 188, enumerator
Dtsserverlibrary.d.ts4340 ArrayType = 188, 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