Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dflag_parser.h121 friend Flag UnexpectedArgumentGuard();
167 Flag UnexpectedArgumentGuard();
Dflag_parser_test.cpp382 TEST(FlagParser, UnexpectedArgumentGuard) { in TEST() argument
383 auto flag = UnexpectedArgumentGuard(); in TEST()
Dflag_parser.cpp508 Flag UnexpectedArgumentGuard() { in UnexpectedArgumentGuard() function
/device/google/cuttlefish/host/commands/process_restarter/
Dparser.cc66 flags.push_back(UnexpectedArgumentGuard()); in ConsumeAndParse()
/device/google/cuttlefish/host/commands/tombstone_receiver/
Dmain.cpp69 flags.emplace_back(UnexpectedArgumentGuard()); in TombstoneReceiverMain()
/device/google/cuttlefish/host/commands/snapshot_util_cvd/
Dparse.cc129 flags.push_back(UnexpectedArgumentGuard()); in Parse()
/device/google/cuttlefish/host/commands/status/
Dmain.cc66 flags.emplace_back(UnexpectedArgumentGuard()); in GetFlagValues()
/device/google/cuttlefish/host/commands/stop/
Dmain.cc189 flags.emplace_back(UnexpectedArgumentGuard()); in GetFlagValues()