Home
last modified time | relevance | path

Searched refs:creationContext (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/icu/source/common/
Dunifiedcache.h75 const void *creationContext, UErrorCode &status) const = 0;
165 const void *creationContext, UErrorCode &status) const;
226 const void *creationContext, in get() argument
234 _get(key, value, creationContext, creationStatus); in get()
391 const void *creationContext,
Dunifiedcache.cpp381 const void *creationContext, in _get() argument
394 value = key.createObject(creationContext, status); in _get()
/third_party/node/deps/icu-small/source/common/
Dunifiedcache.h70 const void *creationContext, UErrorCode &status) const = 0;
165 const void *creationContext, UErrorCode &status) const override;
226 const void *creationContext, in get() argument
234 _get(key, value, creationContext, creationStatus); in get()
391 const void *creationContext,
Dunifiedcache.cpp381 const void *creationContext, in _get() argument
394 value = key.createObject(creationContext, status); in _get()
/third_party/icu/icu4c/source/common/
Dunifiedcache.h70 const void *creationContext, UErrorCode &status) const = 0;
165 const void *creationContext, UErrorCode &status) const override;
226 const void *creationContext, in get() argument
234 _get(key, value, creationContext, creationStatus); in get()
391 const void *creationContext,
Dunifiedcache.cpp381 const void *creationContext, in _get() argument
394 value = key.createObject(creationContext, status); in _get()
/third_party/node/deps/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc59 v8::Local<v8::Context> creationContext; in GetName() local
60 if (!object->GetCreationContext().ToLocal(&creationContext)) { in GetName()
65 InspectedContext::contextId(creationContext)); in GetName()
299 v8::Local<v8::Context> creationContext; in getObjectByHeapObjectId() local
300 if (!heapObject->GetCreationContext().ToLocal(&creationContext)) { in getObjectByHeapObjectId()
303 *result = m_session->wrapObject(creationContext, heapObject, in getObjectByHeapObjectId()
/third_party/icu/icu4c/source/i18n/
Dcollationtailoring.h112 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext,
Ducol_res.cpp139 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext, in createObject() argument
143 const_cast<void *>(creationContext)); in createObject()
/third_party/node/deps/icu-small/source/i18n/
Dcollationtailoring.h112 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext,
Ducol_res.cpp139 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext, in createObject() argument
143 const_cast<void *>(creationContext)); in createObject()
/third_party/skia/third_party/externals/icu/source/i18n/
Ducol_res.cpp139 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext, in createObject() argument
143 const_cast<void *>(creationContext)); in createObject()