Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcommand_line_parser.cpp32 void apply_params(const String& key, const String& value);
33 void apply_params(int i, String value);
220 impl->apply_params(k_v[0], k_v[1]); in CommandLineParser()
224 impl->apply_params(s.substr(2), "true"); in CommandLineParser()
228 impl->apply_params(s.substr(1), "true"); in CommandLineParser()
232 impl->apply_params(jj, s); in CommandLineParser()
269 void CommandLineParser::Impl::apply_params(const String& key, const String& value) in apply_params() function in cv::CommandLineParser::Impl
284 void CommandLineParser::Impl::apply_params(int i, String value) in apply_params() function in cv::CommandLineParser::Impl