Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dgetopt_compat_unittest.cc43 struct OurGetopt { struct
44 using LongOptionType = getopt_compat::option;
45 using GetoptFn = decltype(&getopt_compat::getopt);
46 using GetoptLongFn = decltype(&getopt_compat::getopt_long);
47 GetoptFn getopt = &getopt_compat::getopt;
48 GetoptLongFn getopt_long = &getopt_compat::getopt_long;
49 int& optind = getopt_compat::optind;
50 int& optopt = getopt_compat::optopt;
51 int& opterr = getopt_compat::opterr;
52 char*& optarg = getopt_compat::optarg;