Home
last modified time | relevance | path

Searched defs:ParsedOptions (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlNumberFormatters.h81 struct ParsedOptions { struct
82 std::string compactDisplay;
83 std::string currencySign;
84 std::string currency;
85 std::string currencyDisplay;
86 std::string locale;
87 std::string minFractionDigits;
88 std::string maxFractionDigits;
89 std::string minSignificantDigits;
90 std::string maxSignificantDigits;
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_invoke_interface.cpp210 struct ParsedOptions final { struct
212 std::vector<std::string> bootPandaFiles;
213 std::vector<std::string> aotFiles;
214 std::vector<std::string> arkFiles;
215 base_options::Options baseOptions;
218 explicit ParsedOptions(const std::string &exePath) : baseOptions(exePath) {} in ParsedOptions() argument