Home
last modified time | relevance | path

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

/dports/devel/wf-config/wf-config-0.7.1/src/
H A Dtypes.cpp386 std::string filtered_with_spaces; in parse_binding() local
389 filtered_with_spaces += c; in parse_binding()
392 filtered_with_spaces += " "; in parse_binding()
397 if (filtered_with_spaces.length() == minimal_descr.length()) in parse_binding()