Searched defs:LAST_TYPE (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/athena/test/
H A Dtest_app_model_builder.cc24 LAST_TYPE, enumerator in enum:athena::__anon2139::DummyItem::Type
39 case LAST_TYPE:
76 case LAST_TYPE:
101 for (int i = 0; i < static_cast<int>(DummyItem::LAST_TYPE); ++i) {
/external/chromium_org/sandbox/win/src/
H A Dinternal_types.h25 LAST_TYPE enumerator in enum:sandbox::ArgType
/external/chromium_org/webkit/common/
H A Dresource_type.h34 LAST_TYPE // Place holder so we don't need to change ValidType enumerator in enum:ResourceType::Type
39 return type >= MAIN_FRAME && type < LAST_TYPE;
/external/chromium_org/ash/shell/
H A Dapp_list.cc48 LAST_TYPE, enumerator in enum:ash::shell::__anon1963::WindowTypeShelfItem::Type
208 for (int i = 0; i < static_cast<int>(WindowTypeShelfItem::LAST_TYPE); ++i) {
297 for (int i = 0; i < static_cast<int>(WindowTypeShelfItem::LAST_TYPE); ++i) {
/external/clang/include/clang/AST/
H A DType.h1159 #define LAST_TYPE(Class) TypeLast = Class, macro
/external/chromium_org/v8/src/
H A Dobjects.h771 LAST_TYPE = JS_FUNCTION_TYPE, enumerator in enum:v8::internal::InstanceType
791 LAST_JS_RECEIVER_TYPE = LAST_TYPE,
794 LAST_JS_OBJECT_TYPE = LAST_TYPE,
3109 LAST_TYPE = INT32 enumerator in enum:v8::internal::ConstantPoolArray::Type
3279 ASSERT(index <= last_index(LAST_TYPE, section));
6607 STATIC_ASSERT(LAST_TYPE == LAST_JS_OBJECT_TYPE);

Completed in 314 milliseconds