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

  /external/opencore/oscl/oscl/osclutil/src/
oscl_string_containers.h 148 CHeapRep *iRep;
197 CHeapRep *iRep;
310 CHeapRep *iRep;
363 CHeapRep *iRep;
647 CHeapRep::set_rep(iRep, iAlloc, cp, len);
654 CHeapRep::set_rep(iRep, iAlloc, cp, len);
662 CHeapRep::append_rep(iRep, iAlloc, cp, len);
669 CHeapRep::append_rep(iRep, iAlloc, cp, len);
732 if (iRep)
733 return iRep->size
    [all...]
oscl_string_containers.cpp 256 CHeapRep::set_rep(iRep, *iAlloc, cp, len);
262 CHeapRep::set_rep(iRep, *iAlloc, cp, len);
269 CHeapRep::append_rep(iRep, *iAlloc, cp, len);
275 CHeapRep::append_rep(iRep, *iAlloc, cp, len);
333 if (iRep)
334 return iRep->size;
340 if (iRep)
341 return iRep->size;
348 iRep->size = len;
353 iRep->size = len
    [all...]

Completed in 12 milliseconds