OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsDestruction
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h
38
static const bool
needsDestruction
= !isPod;
74
static const bool
needsDestruction
= FirstTraits::
needsDestruction
|| SecondTraits::
needsDestruction
;
HashTraits.h
51
// The
needsDestruction
flag is used to optimize destruction and rehashing.
52
static const bool
needsDestruction
= true;
66
static const bool
needsDestruction
= false;
99
static const bool
needsDestruction
= false;
111
static const bool
needsDestruction
= false;
119
static const bool
needsDestruction
= false;
191
static const bool
needsDestruction
= FirstTraits::
needsDestruction
|| SecondTraits::
needsDestruction
;
237
static const bool
needsDestruction
= KeyTraits::needsDestruction || ValueTraits::needsDestruction
[
all
...]
HashTable.h
777
Mover<ValueType, Traits::
needsDestruction
>::move(entry, *lookupForWriting(Extractor::extract(entry)).first);
[
all
...]
Vector.h
47
template <bool
needsDestruction
, typename T>
220
VectorDestructor<VectorTraits<T>::
needsDestruction
, T>::destruct(begin, end);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntSizeHash.h
41
static const bool
needsDestruction
= false;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkSizeHash.h
48
static const bool
needsDestruction
= false;
72
static const bool
needsDestruction
= false;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDataCache.h
59
static const bool
needsDestruction
= true;
WidthCache.h
109
static const bool
needsDestruction
= false;
Completed in 176 milliseconds