HomeSort by relevance Sort by last modified time
    Searched defs:checked_cast (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/base/numerics/
safe_conversions.h 24 // checked_cast<> is analogous to static_cast<> for numeric types,
28 inline Dst checked_cast(Src value) { function in namespace:pdfium::base
  /external/v8/src/base/
safe_conversions.h 26 // checked_cast<> is analogous to static_cast<> for numeric types,
30 inline Dst checked_cast(Src value) { function in namespace:v8::base
  /external/clang/test/CXX/drs/
dr2xx.cpp 97 template<typename T, typename U> T checked_cast(U from) { U::error; } function in namespace:dr214
98 template<typename T, typename U> T checked_cast(U *from);
100 void foo(int *arg) { checked_cast<const C *>(arg); }

Completed in 3065 milliseconds