Searched refs:mode_flag_ (Results 1 – 1 of 1) sorted by relevance
31 mode_flag_ = GflagsCompatFlag("adb_mode").Help(mode_help); in INJECT()32 mode_flag_.Getter([this]() { in INJECT()39 mode_flag_.Setter([this](const FlagMatch& match) -> Result<void> { in INJECT()61 CF_EXPECT(ConsumeFlags({run_flag, mode_flag_}, args), in Process()76 return WriteGflagsCompatXml({run_flag, mode_flag_}, out); in WriteGflagsCompatHelpXml()93 Flag mode_flag_; member in cuttlefish::__anon980aa2930111::AdbConfigFlagImpl