Home
last modified time | relevance | path

Searched refs:has_bool_aliases (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp264 bool has_bool_aliases = in WriteGflagsCompatXml() local
278 std::vector<bool> has_aliases = {has_bool_aliases, has_other_aliases, in WriteGflagsCompatXml()
293 (has_bool_aliases || has_help_aliases) ? "bool" : "string"; in WriteGflagsCompatXml()