Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp4203 struct OptionArgProperties { struct
4204 std::vector<std::string> shortNames;
4205 std::string longName;
4207 bool hasShortName( std::string const& shortName ) const { in hasShortName()
4210 bool hasLongName( std::string const& _longName ) const { in hasLongName()