Searched refs:options_index (Results 1 – 1 of 1) sorted by relevance
62 int options_index = 0; in GetArgsMap() local64 while ((opt = getopt_long(argc, argv, "", vecLongOptions.data(), &options_index)) != -1) { in GetArgsMap()