Home
last modified time | relevance | path

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

123456789

/third_party/flatbuffers/rust/flatbuffers/src/
Darray.rs25 pub struct Array<'a, T: 'a, const N: usize>(&'a [u8], PhantomData<T>); struct
27 impl<'a, T: 'a, const N: usize> Debug for Array<'a, T, N> implementation
39 impl<'a, T: 'a, const N: usize> Array<'a, T, N> { impl
59 impl<'a, T: Follow<'a> + 'a, const N: usize> Array<'a, T, N> { implementation
73 impl<'a, T: Follow<'a> + Debug, const N: usize> Into<[T::Inner; N]> for Array<'a, T, N> { implementation
83 impl<'a, T: Follow<'a> + 'a, const N: usize> Follow<'a> for Array<'a, T, N> { implementation
110 impl<'a, T: Follow<'a> + 'a, const N: usize> IntoIterator for Array<'a, T, N> { implementation
/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/boost/libs/assign/test/
Darray.cpp32 typedef std::array<float,6> Array; in check_std_array() typedef
55 typedef boost::array<float,6> Array; in check_array() typedef
/third_party/vk-gl-cts/framework/common/
DtcuArray.hpp35 class Array class
38 Array (void) {} in Array() function in tcu::Array
/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/typescript/tests/cases/compiler/
DaugmentArray.ts1 interface Array<T> { interface
DmoduleAugmentationGlobal6.ts2 interface Array<T> { x } interface
DmoduleAugmentationGlobal6_1.ts2 interface Array<T> { x } interface
DmoduleAugmentationGlobal8.ts5 interface Array<T> { x } interface
DmoduleAugmentationGlobal8_1.ts5 interface Array<T> { x } interface
DmoduleAugmentationGlobal7.ts3 interface Array<T> { x } interface
DmoduleAugmentationGlobal7_1.ts3 interface Array<T> { x } interface
DgenericFunctionCallSignatureReturnTypeMismatch.ts1 interface Array<T> {} interface
DinnerBoundLambdaEmit.ts6 interface Array<T> { interface
DfunctionTypeArgumentArrayAssignment.ts2 interface Array<T> { interface
DextendGenericArray.ts1 interface Array<T> { interface
DarrayAugment.ts1 interface Array<T> { interface
DmoduleAugmentationGlobal2.ts12 interface Array<T> { interface
DmoduleAugmentationGlobal3.ts12 interface Array<T> { interface
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-1076.js15 try { Array.prototype.unshift(1) } catch($){} class
Dregression-test-issue-1079.js15 Array.prototype.push(1) class
/third_party/jerryscript/tests/jerry/fail/
Dregression-test-issue-2489.js24 Array.prototype[0]; class
/third_party/typescript/tests/baselines/reference/
DredefineArray.js2 Array = function (n:number, s:string) {return n;}; 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