OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CacheInfo
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/bindings/js/
JSSVGPODTypeWrapper.h
322
typedef PODTypeWrapperCacheInfo<PODType, PODTypeCreator>
CacheInfo
;
324
static unsigned hash(const
CacheInfo
& info)
326
return StringImpl::computeHash(reinterpret_cast<const UChar*>(&info), sizeof(
CacheInfo
) / sizeof(UChar));
329
static bool equal(const
CacheInfo
& a, const
CacheInfo
& b)
339
typedef PODTypeWrapperCacheInfo<PODType, PODTypeCreator>
CacheInfo
;
344
static const
CacheInfo
& emptyValue()
346
DEFINE_STATIC_LOCAL(
CacheInfo
, key, ());
350
static void constructDeletedValue(
CacheInfo
& slot)
352
new (&slot)
CacheInfo
(WTF::HashTableDeletedValue)
[
all
...]
/external/webkit/WebCore/bindings/v8/
V8SVGPODTypeWrapper.h
320
typedef PODTypeWrapperCacheInfo<PODType, PODTypeCreator>
CacheInfo
;
325
static const
CacheInfo
& emptyValue()
327
DEFINE_STATIC_LOCAL(
CacheInfo
, key, ());
331
static void constructDeletedValue(
CacheInfo
& slot)
333
new (&slot)
CacheInfo
(WTF::HashTableDeletedValue);
336
static bool isDeletedValue(const
CacheInfo
& value)
348
typedef PODTypeWrapperCacheInfo<PODType, PODTypeCreator>
CacheInfo
;
355
typedef HashMap<
CacheInfo
, DynamicWrapper*, CacheInfoHash, CacheInfoTraits> DynamicWrapperHashMap;
368
CacheInfo
info(creator, getter, setter, fieldHash);
Completed in 16 milliseconds