Home
last modified time | relevance | path

Searched defs:isArray (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/typescript/tests/cases/conformance/salsa/
DmalformedTags.ts10 var isArray = Array.isArray; variable
/third_party/typescript/tests/baselines/reference/
DmalformedTags.js7 var isArray = Array.isArray; variable
/third_party/node/deps/npm/node_modules/isarray/
Dtest.js1 var isArray = require('./'); variable
/third_party/node/deps/npm/node_modules/concat-map/
Dindex.js11 var isArray = Array.isArray || function (xs) { variable
/third_party/skia/src/sksl/ir/
DSkSLVariable.cpp32 const Modifiers& modifiers, const Type* baseType, skstd::string_view name, bool isArray, in Convert()
43 const Modifiers& modifiers, const Type* baseType, skstd::string_view name, bool isArray, in Make()
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Des5.js14 isArray: Array.isArray, property
68 isArray: ArrayIsArray, property
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DDeclarator.cpp28 bool TDeclarator::isArray() const in isArray() function in sh::TDeclarator
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DDeclarator.cpp28 bool TDeclarator::isArray() const in isArray() function in sh::TDeclarator
/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/
Dutils.js21 export const isArray = _isArray; constant
/third_party/flutter/skia/experimental/docs/
Dutilities.js18 function isArray(a) { function
/third_party/skia/experimental/docs/
Dutilities.js18 function isArray(a) { function
/third_party/typescript/tests/cases/conformance/
DfixSignatureCaching.ts291 isArray; variable
/third_party/node/deps/npm/node_modules/extend/
Dindex.js8 var isArray = function isArray(arr) { function
/third_party/node/deps/npm/node_modules/pumpify/
Dindex.js7 return Array.isArray(args[0]) ? args[0] : Array.prototype.slice.call(args) class in Array
/third_party/node/deps/npm/node_modules/core-util-is/lib/
Dutil.js25 function isArray(arg) { function
/third_party/node/deps/npm/node_modules/concat-stream/
Dindex.js69 var isArray = Array.isArray || function (arr) { variable
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h72 bool isArray() const { return !arraySizes.empty(); } in isArray() function
280 bool isArray() const { return arraySize > 0; } in isArray() function
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h78 bool isArray() const { return !arraySizes.empty(); } in isArray() function
277 bool isArray() const { return arraySize > 0; } in isArray() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h128 bool isArray; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h130 bool isArray; member
/third_party/skia/src/gpu/
DGrShaderVar.h85 bool isArray() const { return kNonArray != fCount; } in isArray() function
/third_party/skia/src/sksl/dsl/
DDSLType.cpp215 bool DSLType::isArray() const { in isArray() function in SkSL::dsl::DSLType
/third_party/flutter/skia/src/gpu/
DGrShaderVar.h187 bool isArray() const { return kNonArray != fCount; } in isArray() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DTypes.h207 bool isArray() const in isArray() function
431 bool isArray() const { return array ? true : false; } in isArray() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h69 bool isArray() const { return getKind() == Type::Array; } in isArray() function

1234