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/
H A Dunifiedcache.h68 * @param creationContext the context in which the object is being
75 const void *creationContext, UErrorCode &status) const = 0;
165 const void *creationContext, UErrorCode &status) const;
213 * @param creationContext passed verbatim to createObject method of key
226 const void *creationContext, in get()
234 _get(key, value, creationContext, creationStatus); in get()
257 * particular locale with creationContext == NULL.
391 const void *creationContext,
224 get( const CacheKey<T>& key, const void *creationContext, const T *&ptr, UErrorCode &status) const get() argument
H A Dunifiedcache.cpp381 const void *creationContext, in _get()
394 value = key.createObject(creationContext, status); in _get()
378 _get( const CacheKeyBase &key, const SharedObject *&value, const void *creationContext, UErrorCode &status) const _get() argument
/third_party/icu/icu4c/source/common/
H A Dunifiedcache.h63 * @param creationContext the context in which the object is being
70 const void *creationContext, UErrorCode &status) const = 0;
165 const void *creationContext, UErrorCode &status) const override;
213 * @param creationContext passed verbatim to createObject method of key
226 const void *creationContext, in get()
234 _get(key, value, creationContext, creationStatus); in get()
257 * particular locale with creationContext == NULL.
391 const void *creationContext,
224 get( const CacheKey<T>& key, const void *creationContext, const T *&ptr, UErrorCode &status) const get() argument
H A Dunifiedcache.cpp381 const void *creationContext, in _get()
394 value = key.createObject(creationContext, status); in _get()
378 _get( const CacheKeyBase &key, const SharedObject *&value, const void *creationContext, UErrorCode &status) const _get() argument
/third_party/node/deps/icu-small/source/common/
H A Dunifiedcache.h63 * @param creationContext the context in which the object is being
70 const void *creationContext, UErrorCode &status) const = 0;
165 const void *creationContext, UErrorCode &status) const override;
213 * @param creationContext passed verbatim to createObject method of key
226 const void *creationContext, in get()
234 _get(key, value, creationContext, creationStatus); in get()
257 * particular locale with creationContext == nullptr.
391 const void *creationContext,
224 get( const CacheKey<T>& key, const void *creationContext, const T *&ptr, UErrorCode &status) const get() argument
H A Dunifiedcache.cpp381 const void *creationContext, in _get()
394 value = key.createObject(creationContext, status); in _get()
378 _get( const CacheKeyBase &key, const SharedObject *&value, const void *creationContext, UErrorCode &status) const _get() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-heap-profiler-agent-impl.cc59 v8::Local<v8::Context> creationContext; variable
60 if (!object->GetCreationContext().ToLocal(&creationContext)) {
65 InspectedContext::contextId(creationContext));
299 v8::Local<v8::Context> creationContext; in getObjectByHeapObjectId()
300 if (!heapObject->GetCreationContext().ToLocal(&creationContext)) { in getObjectByHeapObjectId()
303 *result = m_session->wrapObject(creationContext, heapObject, in getObjectByHeapObjectId()
/third_party/icu/icu4c/source/i18n/
H A Dcollationtailoring.h112 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext,
H A 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/
H A Dcollationtailoring.h112 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext,
H A 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/
H A Ducol_res.cpp139 LocaleCacheKey<CollationCacheEntry>::createObject(const void *creationContext, in createObject() argument
143 const_cast<void *>(creationContext)); in createObject()

Completed in 11 milliseconds