|
V8 Project
|
Collaboration diagram for v8::internal::Vector< T >::RawComparer:Public Member Functions | |
| RawComparer (int(*cmp)(const T *, const T *)) | |
| bool | operator() (const T &a, const T &b) |
Private Attributes | |
| int(* | cmp_ )(const T *, const T *) |
|
inlineexplicit |
|
inline |
Definition at line 124 of file vector.h.
References v8::internal::Vector< T >::RawComparer::cmp_.
|
private |
Definition at line 129 of file vector.h.
Referenced by v8::internal::Vector< T >::RawComparer::operator()().