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

  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 161 _CharT *externalStorage;
164 externalStorage = newExternal;
182 return isLong ? storage.externalStorage : storage.localStorage;
  /external/chromium_org/third_party/skia/src/core/
SkBitmapHeap.h 71 class ExternalStorage : public SkRefCnt {
73 SK_DECLARE_INST_COUNT(ExternalStorage)
108 * @param externalStorage The class responsible for storing the bitmaps inserted into the heap
112 SkBitmapHeap(ExternalStorage* externalStorage, int32_t heapSize = UNLIMITED_SIZE);
292 ExternalStorage* fExternalStorage;

Completed in 152 milliseconds