Home
last modified time | relevance | path

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

/oneTBB/examples/common/utility/
H A Dutility.hpp153 bool matched_; member in utility::internal::argument
158 matched_(other.matched_) {} in argument()
165 std::swap(matched_, other.matched_); in swap()
173 matched_(false) {} in argument()
185 matched_ = true; in parse_and_store()
188 return matched_; in is_matched()