![]() |
MySQL 9.5.0
Source Code Documentation
|
Functions | |
| std::string | dtoa (double x) |
| std::string | ftoa (float x) |
| template<class T > | |
| auto | lexical_cast (T &&data) noexcept |
| template<class T > | |
| auto | lexical_cast (std::string_view str) |
| template<class T , class S > | |
| auto | lexical_cast (S &&data) |
| template<class T , class S > | |
| auto | lexical_cast (S &&data, T default_value) noexcept |
| std::string_view | skip_whitespace (std::string_view t) |
| void | unicode_codepoint_to_utf8 (uint32_t uni, std::string *out) |
| std::tuple< Value, std::string_view > | parse_main (std::string_view pc) |
| std::tuple< std::string, std::string_view > | parse_string (std::string_view pc, char quote) |
| std::tuple< Value, std::string_view > | parse_map (std::string_view pc) |
| std::tuple< Value, std::string_view > | parse_array (std::string_view pc) |
| std::tuple< Value, std::string_view > | parse_single_quoted_string (std::string_view pc) |
| std::tuple< Value, std::string_view > | parse_double_quoted_string (std::string_view pc) |
| std::tuple< Value, std::string_view > | parse_number (std::string_view pcc) |
Variables | |
| const bool | kTypeConvertible [12][12] |
| constexpr uint32_t | ascii_to_hex [256] |
| Translate hex value from printable ascii character ([0-9a-zA-Z]) to decimal value. More... | |
| std::string shcore::anonymous_namespace{jit_executor_value.cc}::dtoa | ( | double | x | ) |
| std::string shcore::anonymous_namespace{jit_executor_value.cc}::ftoa | ( | float | x | ) |
| auto shcore::anonymous_namespace{jit_executor_value.cc}::lexical_cast | ( | S && | data | ) |
|
noexcept |
| auto shcore::anonymous_namespace{jit_executor_value.cc}::lexical_cast | ( | std::string_view | str | ) |
|
noexcept |
| std::tuple< Value, std::string_view > shcore::anonymous_namespace{jit_executor_value.cc}::parse_array | ( | std::string_view | pc | ) |
| std::tuple< Value, std::string_view > shcore::anonymous_namespace{jit_executor_value.cc}::parse_double_quoted_string | ( | std::string_view | pc | ) |
| std::tuple< Value, std::string_view > shcore::anonymous_namespace{jit_executor_value.cc}::parse_main | ( | std::string_view | pc | ) |
| std::tuple< Value, std::string_view > shcore::anonymous_namespace{jit_executor_value.cc}::parse_map | ( | std::string_view | pc | ) |
| std::tuple< Value, std::string_view > shcore::anonymous_namespace{jit_executor_value.cc}::parse_number | ( | std::string_view | pcc | ) |
| std::tuple< Value, std::string_view > shcore::anonymous_namespace{jit_executor_value.cc}::parse_single_quoted_string | ( | std::string_view | pc | ) |
| std::tuple< std::string, std::string_view > shcore::anonymous_namespace{jit_executor_value.cc}::parse_string | ( | std::string_view | pc, |
| char | quote | ||
| ) |
| std::string_view shcore::anonymous_namespace{jit_executor_value.cc}::skip_whitespace | ( | std::string_view | t | ) |
| void shcore::anonymous_namespace{jit_executor_value.cc}::unicode_codepoint_to_utf8 | ( | uint32_t | uni, |
| std::string * | out | ||
| ) |
|
constexpr |
Translate hex value from printable ascii character ([0-9a-zA-Z]) to decimal value.
| const bool shcore::anonymous_namespace{jit_executor_value.cc}::kTypeConvertible[12][12] |