Home
last modified time | relevance | path

Searched refs:last_pos (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dlogger.cpp324 size_t last_pos = s.find_first_not_of(',', 0); in ProcessLogComponentsFromString() local
325 size_t pos = s.find(',', last_pos); in ProcessLogComponentsFromString()
326 while (last_pos != std::string_view::npos) { in ProcessLogComponentsFromString()
327 std::string_view component_str = s.substr(last_pos, pos - last_pos); in ProcessLogComponentsFromString()
328 last_pos = s.find_first_not_of(',', pos); in ProcessLogComponentsFromString()
329 pos = s.find(',', last_pos); in ProcessLogComponentsFromString()

Completed in 1 milliseconds