ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Types | Static Public Member Functions | List of all members
utf16_writer Struct Reference

Public Types

typedef uint16_tvalue_type
 

Static Public Member Functions

static value_type low (value_type result, uint32_t ch)
 
static value_type high (value_type result, uint32_t ch)
 
static value_type any (value_type result, uint32_t ch)
 

Detailed Description

Definition at line 823 of file pugixml.cpp.

Member Typedef Documentation

◆ value_type

Definition at line 825 of file pugixml.cpp.

Member Function Documentation

◆ any()

static value_type utf16_writer::any ( value_type  result,
uint32_t  ch 
)
inlinestatic

Definition at line 845 of file pugixml.cpp.

References high(), and low().

Here is the call graph for this function:

◆ high()

static value_type utf16_writer::high ( value_type  result,
uint32_t  ch 
)
inlinestatic

Definition at line 834 of file pugixml.cpp.

References uint16_t, and uint32_t.

Referenced by any(), get_metrics.MemRange::stats(), get_metrics.MemRange::trace(), and get_metrics.MemRange::usage().

Here is the caller graph for this function:

◆ low()

static value_type utf16_writer::low ( value_type  result,
uint32_t  ch 
)
inlinestatic

Definition at line 827 of file pugixml.cpp.

References uint16_t.

Referenced by any(), get_metrics.MemRange::stats(), get_metrics.MemRange::trace(), and get_metrics.MemRange::usage().

Here is the caller graph for this function:

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