Searched defs:kArray (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dfmtable.h259 kArray, enumerator in enum:Formattable::Type
442 * is not of type kArray then the result is undefined.
463 * Formattable object. If this object is not of type kArray then
541 * type to kArray.
550 * changes the type to kArray.
558 * changes the type to kArray.
/external/v8/include/
H A Dv8-profiler.h383 kArray = 1, // An array of elements. enumerator in enum:v8::HeapGraphNode::Type
/external/v8/src/profiler/
H A Dheap-snapshot-generator.h83 kArray = v8::HeapGraphNode::kArray, enumerator in enum:v8::internal::BASE_EMBEDDED::Type
/external/v8/src/ast/
H A Dast-types.h367 kArray, enumerator in enum:v8::internal::AstBitsetType::AstTypeBase::Kind
555 : AstTypeBase(kArray), element_(element) {}
562 DCHECK(IsKind(type, kArray));
831 bool IsArray() { return IsKind(AstTypeBase::kArray); }
/external/v8/src/
H A Dglobals.h1302 enum class ArrayIteratorKind { kArray, kTypedArray }; member in class:v8::internal::ArrayIteratorKind

Completed in 317 milliseconds