Searched refs:alloc_size_safe (Results 1 – 1 of 1) sorted by relevance
1283 FX_SAFE_INT32 alloc_size_safe = m_iXMLPlaneSize; in Init() local1284 alloc_size_safe += 1; // For NUL. in Init()1285 if (!alloc_size_safe.IsValid() || alloc_size_safe.ValueOrDie() <= 0) { in Init()1291 FX_WCHAR, pdfium::base::ValueOrDieForType<size_t>(alloc_size_safe)); in Init()