Home
last modified time | relevance | path

Searched defs:Array (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamWriter.h151 template <typename T> Error writeArray(ArrayRef<T> Array) { in writeArray()
168 Error writeArray(VarStreamArray<T, U> Array) { in writeArray()
176 template <typename T> Error writeArray(FixedStreamArray<T> Array) { in writeArray()
DBinaryStreamReader.h187 Error readArray(ArrayRef<T> &Array, uint32_t NumElements) { in readArray()
235 Error readArray(FixedStreamArray<T> &Array, uint32_t NumItems) { in readArray()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dnon-type-params.hpp4 struct Array { struct
9 using Array16 = Array<T, 16>; argument
Dsize_t_template.hpp2 class Array { class
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_type.h264 struct Array : public Castable<Array, Type> { struct
286 Type const* const type;
288 const uint32_t size;
290 const uint32_t stride;
/third_party/vk-gl-cts/framework/common/
DtcuArray.hpp35 class Array class
38 Array (void) {} in Array() function in tcu::Array
/third_party/rust/crates/cxx/syntax/
Dimpls.rs271 impl Eq for Array {} implementation
273 impl PartialEq for Array { implementation
275 let Array { in eq() localVariable
282 let Array { in eq() localVariable
293 impl Hash for Array { implementation
295 let Array { in hash() localVariable
/third_party/typescript/tests/cases/compiler/
DaugmentArray.ts1 interface Array<T> { interface
DmoduleAugmentationGlobal6_1.ts2 interface Array<T> { x } interface
DmoduleAugmentationGlobal6.ts2 interface Array<T> { x } interface
DmoduleAugmentationGlobal8.ts5 interface Array<T> { x } interface
DmoduleAugmentationGlobal7_1.ts3 interface Array<T> { x } interface
DmoduleAugmentationGlobal7.ts3 interface Array<T> { x } interface
DmoduleAugmentationGlobal8_1.ts5 interface Array<T> { x } interface
DinnerBoundLambdaEmit.ts6 interface Array<T> { interface
DgenericFunctionCallSignatureReturnTypeMismatch.ts1 interface Array<T> {} interface
DextendGenericArray.ts1 interface Array<T> { interface
DfunctionTypeArgumentArrayAssignment.ts2 interface Array<T> { interface
DduplicateOverloadInTypeAugmentation1.ts1 interface Array<T> { interface
DarrayAugment.ts1 interface Array<T> { interface
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-1079.js15 Array.prototype.push(1) class
Dregression-test-issue-1076.js15 try { Array.prototype.unshift(1) } catch($){} class
/third_party/typescript/tests/baselines/reference/
DredefineArray.js2 Array = function (n:number, s:string) {return n;}; class
/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-2489.js24 Array.prototype[0]; class
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-2770.js15 Object.defineProperty(Array.prototype, 0, {set: function() { return Array.prototype.push(), Object.… class

123456789