|
V8 Project
|
Collaboration diagram for unibrow::Predicate< T, size >::CacheEntry:Public Member Functions | |
| CacheEntry () | |
| CacheEntry (uchar code_point, bool value) | |
Public Attributes | |
| uchar | code_point_: 21 |
| bool | value_: 1 |
|
inline |
|
inline |
| uchar unibrow::Predicate< T, size >::CacheEntry::code_point_ |
Definition at line 39 of file unicode.h.
Referenced by unibrow::Predicate< T, size >::get().
| bool unibrow::Predicate< T, size >::CacheEntry::value_ |
Definition at line 40 of file unicode.h.
Referenced by unibrow::Predicate< T, size >::get().