V8 Project
unibrow::Predicate< T, size >::CacheEntry Struct Reference
+ 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
 

Detailed Description

template<class T, int size = 256>
struct unibrow::Predicate< T, size >::CacheEntry

Definition at line 34 of file unicode.h.

Constructor & Destructor Documentation

◆ CacheEntry() [1/2]

template<class T , int size = 256>
unibrow::Predicate< T, size >::CacheEntry::CacheEntry ( )
inline

Definition at line 35 of file unicode.h.

◆ CacheEntry() [2/2]

template<class T , int size = 256>
unibrow::Predicate< T, size >::CacheEntry::CacheEntry ( uchar  code_point,
bool  value 
)
inline

Definition at line 36 of file unicode.h.

37  : code_point_(code_point),
38  value_(value) { }

Member Data Documentation

◆ code_point_

template<class T , int size = 256>
uchar unibrow::Predicate< T, size >::CacheEntry::code_point_

Definition at line 39 of file unicode.h.

Referenced by unibrow::Predicate< T, size >::get().

◆ value_

template<class T , int size = 256>
bool unibrow::Predicate< T, size >::CacheEntry::value_

Definition at line 40 of file unicode.h.

Referenced by unibrow::Predicate< T, size >::get().


The documentation for this struct was generated from the following file: