Searched refs:LocateFlag (Results 1 – 2 of 2) sorted by relevance
292 std::tuple<CommandLineFlag*, bool> LocateFlag(absl::string_view flag_name) { in LocateFlag() function564 std::get<0>(LocateFlag(maybe_flag_name)) != nullptr) { in DeduceFlagValue()708 std::tie(flag, is_negative) = LocateFlag(flag_name); in ParseCommandLineImpl()
292 std::tuple<CommandLineFlag*, bool> LocateFlag(absl::string_view flag_name) { in LocateFlag() function564 std::get<0>(LocateFlag(maybe_flag_name)) != nullptr) { in DeduceFlagValue()713 std::tie(flag, is_negative) = LocateFlag(flag_name); in ParseCommandLineImpl()