OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fPool
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrAllocPool.h
51
GrTAllocPool(int count) :
fPool
(count * sizeof(T)) {}
53
void reset() {
fPool
.reset(); }
54
T* alloc() { return (T*)
fPool
.alloc(sizeof(T)); }
57
GrAllocPool
fPool
;
GrTextStrike.h
67
GrTAllocPool<GrGlyph>
fPool
;
/external/chromium_org/third_party/icu/source/common/
uresimp.h
51
* to use one UResourceDataEntry pointer for fAlias and
fPool
, with a separate
60
UResourceDataEntry *
fPool
;
/external/chromium_org/third_party/skia/src/lazy/
SkDiscardableMemoryPool.cpp
89
DiscardableMemoryPool* const
fPool
;
98
:
fPool
(pool)
102
SkASSERT(
fPool
!= NULL);
105
fPool
->ref();
110
fPool
->free(this);
111
fPool
->unref();
116
return
fPool
->lock(this);
126
fPool
->unlock(this);
/external/icu/icu4c/source/common/
uresimp.h
51
* to use one UResourceDataEntry pointer for fAlias and
fPool
, with a separate
60
UResourceDataEntry *
fPool
;
Completed in 119 milliseconds