Home
last modified time | relevance | path

Searched defs:isArray (Results 1 - 25 of 72) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DmalformedTags.js7 var isArray = Array.isArray; variable
16 var isArray = Array.isArray; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDeclarator.cpp28 bool TDeclarator::isArray() const in isArray() function in sh::TDeclarator
/third_party/skia/experimental/docs/
H A Dutilities.js18 function isArray(a) { function
/third_party/skia/src/sksl/ir/
H A DSkSLVariable.cpp31 Convert(const Context& context, int line, const Modifiers& modifiers, const Type* baseType, skstd::string_view name, bool isArray, std::unique_ptr<Expression> arraySize, Variable::Storage storage) Convert() argument
42 Make(const Context& context, int line, const Modifiers& modifiers, const Type* baseType, skstd::string_view name, bool isArray, std::unique_ptr<Expression> arraySize, Variable::Storage storage) Make() argument
H A DSkSLType.h444 virtual bool isArray() const { in isArray() function in SkSL::Type
/third_party/node/lib/
H A Dutil.js
/third_party/skia/src/gpu/
H A DGrShaderVar.h85 bool isArray() const { return kNonArray != fCount; } in isArray() function in GrShaderVar
/third_party/skia/src/sksl/dsl/
H A DDSLType.cpp215 bool DSLType::isArray() const { in isArray() function in SkSL::dsl::DSLType
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DUniform.h130 bool isArray; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h69 bool isArray() const { return getKind() == Type::Array; } in isArray() function in llvm::msgpack::DocNode
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.hpp91 bool isArray (void) const { return m_arraySize > 0; } in isArray() function in deqp::gles31::bb::BufferBlock
H A Des31fProgramInterfaceQueryTestCase.cpp453 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType(); in validateSingleVariable() local
530 const bool isArray = enclosingcomponent.isVariableType() && enclosingcomponent.getVariableType()->isArrayType(); in validateSingleVariable() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureTestUtil.cpp122 bool isArray = de::inRange<int>(program, PROGRAM_2D_ARRAY_FLOAT, PROGRAM_2D_ARRAY_SHADOW) in getProgram() local
H A DglsUniformBlockCase.hpp189 bool isArray (void) const { return m_arraySize > 0; } in isArray() function in deqp::gls::ub::UniformBlock
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariableType.hpp159 bool isArray (void) const { return m_baseType == TYPE_ARRAY; } in isArray() function in rsg::VariableType
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DByteStringTest.java86 private boolean isArray(byte[] left, byte[] right) { in isArray() method in ByteStringTest
/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp62 bool isArray = false; variable
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.cpp511 bool isArray = match.str(3) != ""; in getOrParseFileTokens() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java86 private boolean isArray(byte[] left, byte[] right) { in isArray() method in ByteStringTest
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderVars.h78 bool isArray() const { return !arraySizes.empty(); } in isArray() function
277 bool isArray() const { return arraySize > 0; } in isArray() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp102 bool isArray (void) const { return m_arraySize > 0; } in isArray() function in vkt::ssbo::BufferBlock
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.hpp254 bool isArray(void) const in isArray() function in deqp::ub::UniformBlock
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.h166 bool isArray() const in isArray() function
/third_party/skia/include/effects/
H A DSkRuntimeEffect.h77 bool isArray() const { return SkToBool(this->flags & kArray_Flag); } in isArray() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutCase.hpp102 bool isArray (void) const { return m_arraySize > 0; } in isArray() function in vkt::ssbo::BufferBlock

Completed in 23 milliseconds

123