Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Namespaces | |
namespace | double_conversion |
Functions | |
template<typename S > | |
static int | double_conversion::BitSize (const S value) |
static uint64_t | double_conversion::ReadUInt64 (const Vector< const char > buffer, const int from, const int digits_to_read) |
static uint64_t | double_conversion::HexCharValue (const int c) |
template<typename S > | |
static int | double_conversion::SizeInHexChars (S number) |
static char | double_conversion::HexCharOfValue (const int value) |