Home
last modified time | relevance | path

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

/external/hamcrest/library/src/org/hamcrest/collection/
DIsArray.java9 public class IsArray<T> extends TypeSafeMatcher<T[]> { class
12 public IsArray(Matcher<T>[] elementMatchers) { in IsArray() method in IsArray
/external/pdfium/xfa/src/fxjse/src/
Dvalue.h83 V8_INLINE FX_BOOL IsArray() const { in IsArray() function
/external/v8/test/cctest/compiler/
Dtest-run-intrinsics.cc62 TEST(IsArray) { in TEST() argument
/external/pdfium/core/include/fpdfapi/
Dfpdf_objects.h86 bool IsArray() const { return m_Type == PDFOBJ_ARRAY; } in IsArray() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp334 bool IsArray = isa<ElementRegion>(Target); in VisitCXXConstructExpr() local
/external/v8/src/
Dtypes.h498 bool IsArray() { in IsArray() function
Dapi.cc2724 bool Value::IsArray() const { in IsArray() function in v8::Value
Dobjects.cc626 Maybe<bool> Object::IsArray(Handle<Object> object) { in IsArray() function in v8::internal::Object
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4201 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
4243 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/external/clang/lib/AST/
DExprConstant.cpp118 bool &IsArray) { in findMostDerivedSubobject()
202 bool IsArray = false; in SubobjectDesignator() local
2577 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
/external/clang/lib/Sema/
DSemaExprCXX.cpp1725 bool IsArray, MultiExprArg PlaceArgs, in FindAllocationFunctions()
DSemaChecking.cpp7732 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local