OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canInitializeWithMemset
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h
40
static const bool
canInitializeWithMemset
= isPod;
52
static const bool
canInitializeWithMemset
= true;
76
static const bool
canInitializeWithMemset
= FirstTraits::
canInitializeWithMemset
&& SecondTraits::
canInitializeWithMemset
;
Vector.h
66
template <bool needsInitialization, bool
canInitializeWithMemset
, typename T>
225
VectorInitializer<VectorTraits<T>::needsInitialization, VectorTraits<T>::
canInitializeWithMemset
, T>::initialize(begin, end);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
FrameData.h
42
static const bool
canInitializeWithMemset
= false; // Not all FrameData members initialize to 0.
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h
194
static const bool
canInitializeWithMemset
= true;
Completed in 256 milliseconds