HomeSort by relevance Sort by last modified time
    Searched refs:ValueOrDieForType (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxge/
fx_ge_text.cpp 87 rect.left = pdfium::base::ValueOrDieForType<int32_t>(
89 rect.right = pdfium::base::ValueOrDieForType<int32_t>(
91 rect.top = pdfium::base::ValueOrDieForType<int32_t>(
93 rect.bottom = pdfium::base::ValueOrDieForType<int32_t>(
cfx_renderdevice.cpp     [all...]
  /external/libchrome/base/numerics/
safe_math.h 75 // ValueOrDieForType<>() in place of: a.template ValueOrDie()
356 constexpr StrictNumeric<Dst> ValueOrDieForType(
490 using internal::ValueOrDieForType;
safe_numerics_unittest.cc 26 using base::ValueOrDieForType;
    [all...]
  /external/pdfium/third_party/base/numerics/
safe_math.h 76 // ValueOrDieForType<>() in place of: a.template ValueOrDie()
357 constexpr StrictNumeric<Dst> ValueOrDieForType(
491 using internal::ValueOrDieForType;
  /external/pdfium/core/fxcrt/xml/
cfx_xmlsyntaxparser.cpp 116 m_Buffer.resize(pdfium::base::ValueOrDieForType<size_t>(alloc_size_safe));

Completed in 330 milliseconds