OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canCopyWithMemcpy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
VectorTraits.h
42
static const bool
canCopyWithMemcpy
= isPod;
78
static const bool
canCopyWithMemcpy
= FirstTraits::
canCopyWithMemcpy
&& SecondTraits::
canCopyWithMemcpy
;
Vector.h
138
template <bool
canCopyWithMemcpy
, typename T>
240
VectorCopier<VectorTraits<T>::
canCopyWithMemcpy
, T>::uninitializedCopy(src, srcEnd, dst);
[
all
...]
Completed in 2137 milliseconds