Searched defs:LocalMemory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dcmemory.h153 class LocalMemory : public LocalPointerBase<T> { class in inherits:LocalPointerBase
159 explicit LocalMemory(T *p=NULL) : LocalPointerBase<T>(p) {} function in class:LocalMemory
163 ~LocalMemory() {
192 * which the caller must track because the LocalMemory does not track it
206 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) {
222 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {
249 * Unlike LocalMemory and LocalArray, this class never adopts
424 * Unlike LocalMemory and LocalArray, this class never adopts
/external/icu/icu4c/source/common/
H A Dcmemory.h153 class LocalMemory : public LocalPointerBase<T> { class in inherits:LocalPointerBase
159 explicit LocalMemory(T *p=NULL) : LocalPointerBase<T>(p) {} function in class:LocalMemory
163 ~LocalMemory() {
192 * which the caller must track because the LocalMemory does not track it
206 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) {
222 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {
249 * Unlike LocalMemory and LocalArray, this class never adopts
424 * Unlike LocalMemory and LocalArray, this class never adopts

Completed in 726 milliseconds