Home
last modified time | relevance | path

Searched refs:sub_idx (Results 1 – 1 of 1) sorted by relevance

/art/cmdline/detail/
Dcmdline_parse_argument_detail.h367 for (size_t sub_idx = 0; in ParseArgument() local
368 sub_idx < def_split_wildcards.Size() && sub_idx < arg_matches->Size(); ++sub_idx) { in ParseArgument()
369 if (def_split_wildcards[sub_idx] == "_") { in ParseArgument()
370 blank_value += arg_matches->GetToken(sub_idx); in ParseArgument()