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

  /external/webrtc/webrtc/base/
safe_conversions.h 30 // checked_cast<> is analogous to static_cast<> for numeric types,
34 inline Dst checked_cast(Src value) { function in namespace:rtc
  /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/libchrome/base/numerics/
safe_conversions.h 21 // checked_cast<> - Analogous to static_cast<> for numeric types, except
70 // checked_cast<> is analogous to static_cast<> for numeric types,
76 constexpr Dst checked_cast(Src value) { function in namespace:base
150 // Alternatively, you may be better served with the checked_cast<> or
214 // If none of that works, you may be better served with the checked_cast<> or
  /external/pdfium/third_party/base/numerics/
safe_conversions.h 22 // checked_cast<> - Analogous to static_cast<> for numeric types, except
71 // checked_cast<> is analogous to static_cast<> for numeric types,
75 constexpr Dst checked_cast(Src value) { function in namespace:pdfium::base
149 // Alternatively, you may be better served with the checked_cast<> or
213 // If none of that works, you may be better served with the checked_cast<> or
  /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 250 milliseconds