Home
last modified time | relevance | path

Searched defs:IsArray (Results 1 – 22 of 22) sorted by relevance

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsArray.java13 public class IsArray<T> extends TypeSafeMatcher<T[]> { class
16 public IsArray(Matcher<? super T>[] elementMatchers) { in IsArray() method in IsArray
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_value.h139 bool IsArray() const { return is_array_; } in IsArray() function
/external/v8/include/
Dv8-fast-api-calls.h230 constexpr bool IsArray() const { in IsArray() function
/external/pdfium/core/fpdfapi/parser/
Dcpdf_object.cpp73 bool CPDF_Object::IsArray() const { in IsArray() function in CPDF_Object
Dcpdf_array.cpp40 bool CPDF_Array::IsArray() const { in IsArray() function in CPDF_Array
/external/v8/src/torque/ls/
Djson.h106 bool IsArray() const { return array_ && tag == ARRAY; } in IsArray() function
/external/tensorflow/tensorflow/compiler/xla/
Dshape.h57 bool IsArray() const { return primitive_util::IsArrayType(element_type()); } in IsArray() function
/external/deqp-deps/amber/src/
Dtype_test.cc24 TEST_F(TypeTest, IsArray) { in TEST_F() argument
Dtype.h121 bool IsArray() const { return is_array_; } in IsArray() function
/external/pdfium/fxjs/xfa/
Dcfxjse_value.cpp368 bool CFXJSE_Value::IsArray() const { in IsArray() function in CFXJSE_Value
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp334 bool IsArray = isa<ElementRegion>(Target); in VisitCXXConstructExpr() local
/external/v8/src/interpreter/
Dinterpreter-intrinsics-generator.cc181 TNode<Object> IntrinsicsGenerator::IsArray( in IsArray() function in v8::internal::interpreter::IntrinsicsGenerator
/external/libcxxabi/src/demangle/
DItaniumDemangle.h1639 bool IsArray; // new[] ? variable
1675 bool IsArray; variable
1765 bool IsArray; variable
3855 bool IsArray = look(1) == 'a'; in parseNewExpr() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp1466 bool IsArray; // new[] ? member in __anon2e3da2350111::NewExpr
1498 bool IsArray; member in __anon2e3da2350111::DeleteExpr
1576 bool IsArray; member in __anon2e3da2350111::BracedExpr
3600 bool IsArray = look(1) == 'a'; in parseNewExpr() local
/external/v8/src/objects/
Dobjects-inl.h397 Maybe<bool> Object::IsArray(Handle<Object> object) { in IsArray() function
Dobjects.cc2915 Maybe<bool> JSProxy::IsArray(Handle<JSProxy> proxy) { in IsArray() function in v8::internal::JSProxy
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3651 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
3693 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4639 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
4681 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/external/clang/lib/AST/
DExprConstant.cpp119 bool &IsArray) { in findMostDerivedSubobject()
203 bool IsArray = false; in SubobjectDesignator() local
2673 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp1959 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions()
DSemaChecking.cpp8751 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
/external/v8/src/api/
Dapi.cc3421 bool Value::IsArray() const { return Utils::OpenHandle(this)->IsJSArray(); } in IsArray() function in v8::Value