28#ifndef DOUBLE_CONVERSION_STRING_TO_DOUBLE_H_
29#define DOUBLE_CONVERSION_STRING_TO_DOUBLE_H_
168 double empty_string_value,
169 double junk_string_value,
170 const char* infinity_symbol,
171 const char* nan_symbol,
174 empty_string_value_(empty_string_value),
175 junk_string_value_(junk_string_value),
176 infinity_symbol_(infinity_symbol),
177 nan_symbol_(nan_symbol),
178 separator_(separator) {
188 int* processed_characters_count)
const;
193 int* processed_characters_count)
const;
200 int* processed_characters_count)
const;
205 int* processed_characters_count)
const;
208 template <
typename T>
211 int* processed_characters_count)
const;
214 template <
typename T>
217 int* processed_characters_count)
const;
221 const double empty_string_value_;
222 const double junk_string_value_;
223 const char*
const infinity_symbol_;
224 const char*
const nan_symbol_;
225 const uc16 separator_;
227 template <
class Iterator>
228 double StringToIeee(Iterator start_pointer,
231 int* processed_characters_count)
const;
float StringToFloat(const char *buffer, int length, int *processed_characters_count) const
StringToDoubleConverter(int flags, double empty_string_value, double junk_string_value, const char *infinity_symbol, const char *nan_symbol, uc16 separator=kNoSeparator)
static const uc16 kNoSeparator
@ ALLOW_CASE_INSENSITIVITY
@ ALLOW_CASE_INSENSIBILITY
@ ALLOW_SPACES_AFTER_SIGN
T StringTo(const uc16 *buffer, int length, int *processed_characters_count) const
double StringToDouble(const char *buffer, int length, int *processed_characters_count) const
T StringTo(const char *buffer, int length, int *processed_characters_count) const
FlutterSemanticsFlag flags
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir Path to the cache directory This is different from the persistent_cache_path in embedder which is used for Skia shader cache icu native lib Path to the library file that exports the ICU data vm service The hostname IP address on which the Dart VM Service should be served If not defaults to or::depending on whether ipv6 is specified vm service A custom Dart VM Service port The default is to pick a randomly available open port disable vm Disable the Dart VM Service The Dart VM Service is never available in release mode disable vm service Disable mDNS Dart VM Service publication Bind to the IPv6 localhost address for the Dart VM Service Ignored if vm service host is set endless trace buffer