Home
last modified time | relevance | path

Searched defs:space_delete (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/src/
Dcommand_line_parser.cpp92 void CommandLineParser::getByName(const String& name, bool space_delete, int type, void* dst) const in getByName()
121 void CommandLineParser::getByIndex(int index, bool space_delete, int type, void* dst) const in getByIndex()
/external/opencv3/modules/core/include/opencv2/core/
Dutility.hpp679 T get(const String& name, bool space_delete = true) const in get()
711 T get(int index, bool space_delete = true) const in get()