Home
last modified time | relevance | path

Searched refs:ToInt (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dframe-element.h69 value_ = value_ | TypeInfoField::encode(info.ToInt()); in set_type_info()
77 | TypeInfoField::encode(TypeInfo::Uninitialized().ToInt()) in FrameElement()
219 | TypeInfoField::encode(info.ToInt()) in FrameElement()
230 | TypeInfoField::encode(info.ToInt()) in FrameElement()
Dtype-info.h100 int ToInt() { in ToInt() function
/external/clang/test/SemaCXX/
Dtype-traits.cpp1441 struct ToInt { operator int(); }; struct
1468 { int arr[T(__is_convertible_to(ToInt, int))]; } in is_convertible_to()
1469 { int arr[T(__is_convertible_to(ToInt, const int&))]; } in is_convertible_to()
1470 { int arr[T(__is_convertible_to(ToInt, long))]; } in is_convertible_to()
1471 { int arr[F(__is_convertible_to(ToInt, int&))]; } in is_convertible_to()
1472 { int arr[F(__is_convertible_to(ToInt, FromInt))]; } in is_convertible_to()
/external/chromium/chrome/browser/printing/
Dprint_job_worker.cc241 if (!document_->GetPage(page_number_.ToInt(), &page)) { in OnNewPage()
/external/sqlite/dist/
Dsqlite3.c.orig21444 /* 144 */ "ToInt",
62033 /* Opcode: ToInt P1 * * * *
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2994062 (WebCore::V8ClassIndex::ToInt): Moved from src.chromium.org.