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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 91 int GetUpperBound() const;
122 inline int CDXArray<TYPE,ARG_TYPE>::GetUpperBound() const { return m_nSize-1; }
  /external/pdfium/core/include/fxcrt/
fx_basic.h 396 int GetUpperBound() const
1439 for (FX_INT32 i = m_DataLists.GetUpperBound(); i >= 0; i--) {
1478 FX_INT32 iEnd = m_DataLists.GetUpperBound();
1500 FX_INT32 iEnd = m_DataLists.GetUpperBound();
    [all...]

Completed in 104 milliseconds