Home
last modified time | relevance | path

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

/art/cmdline/
Dtoken_range.h283 size_t wildcard_length = string_idx - wildcard_idx; in MatchSubstrings() local
284 std::string wildcard_substr = string.substr(wildcard_idx, wildcard_length); in MatchSubstrings()