/third_party/flatbuffers/rust/flatbuffers/src/ |
D | array.rs | 25 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/ |
D | BinaryStreamWriter.h | 151 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()
|
D | BinaryStreamReader.h | 187 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/ |
D | array.cpp | 32 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/ |
D | tcuArray.hpp | 35 class Array class 38 Array (void) {} in Array() function in tcu::Array
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | parser_type.h | 264 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/ |
D | augmentArray.ts | 1 interface Array<T> { interface
|
D | moduleAugmentationGlobal6.ts | 2 interface Array<T> { x } interface
|
D | moduleAugmentationGlobal6_1.ts | 2 interface Array<T> { x } interface
|
D | moduleAugmentationGlobal8.ts | 5 interface Array<T> { x } interface
|
D | moduleAugmentationGlobal8_1.ts | 5 interface Array<T> { x } interface
|
D | moduleAugmentationGlobal7.ts | 3 interface Array<T> { x } interface
|
D | moduleAugmentationGlobal7_1.ts | 3 interface Array<T> { x } interface
|
D | genericFunctionCallSignatureReturnTypeMismatch.ts | 1 interface Array<T> {} interface
|
D | innerBoundLambdaEmit.ts | 6 interface Array<T> { interface
|
D | functionTypeArgumentArrayAssignment.ts | 2 interface Array<T> { interface
|
D | extendGenericArray.ts | 1 interface Array<T> { interface
|
D | arrayAugment.ts | 1 interface Array<T> { interface
|
D | moduleAugmentationGlobal2.ts | 12 interface Array<T> { interface
|
D | moduleAugmentationGlobal3.ts | 12 interface Array<T> { interface
|
/third_party/jerryscript/tests/jerry/ |
D | regression-test-issue-1076.js | 15 try { Array.prototype.unshift(1) } catch($){} class
|
D | regression-test-issue-1079.js | 15 Array.prototype.push(1) class
|
/third_party/jerryscript/tests/jerry/fail/ |
D | regression-test-issue-2489.js | 24 Array.prototype[0]; class
|
/third_party/typescript/tests/baselines/reference/ |
D | redefineArray.js | 2 Array = function (n:number, s:string) {return n;}; class
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | regression-test-issue-2770.js | 15 Object.defineProperty(Array.prototype, 0, {set: function() { return Array.prototype.push(), Object.… class
|