OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canCompareWithMemcmp
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h
46
static const bool
canCompareWithMemcmp
= false;
58
static const bool
canCompareWithMemcmp
= true;
68
static const bool
canCompareWithMemcmp
= true;
91
static const bool
canCompareWithMemcmp
= FirstTraits::
canCompareWithMemcmp
&& SecondTraits::
canCompareWithMemcmp
;
Vector.h
210
template<bool
canCompareWithMemcmp
, typename T>
269
return VectorComparer<VectorTraits<T>::
canCompareWithMemcmp
, T>::compare(a, b, size);
[
all
...]
/external/webkit/Source/JavaScriptCore/heap/
Local.h
148
static const bool
canCompareWithMemcmp
= false;
Strong.h
157
static const bool
canCompareWithMemcmp
= false;
Weak.h
148
static const bool
canCompareWithMemcmp
= false;
Completed in 1283 milliseconds