Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/profiler/
Dparallel_strategy_profiling.cc70 bool ParallelStrategy::StringToInt(std::string *str, int32_t *value) const { in StringToInt() function in mindspore::profiler::ascend::ParallelStrategy
/third_party/gn/src/base/strings/
Dstring_number_conversions.cc359 bool StringToInt(std::string_view input, int* output) { in StringToInt() function
363 bool StringToInt(std::u16string_view input, int* output) { in StringToInt() function