Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp126 Flag& Flag::Setter(std::function<Result<void>(const FlagMatch&)> setter) & { in Setter() function in cuttlefish::Flag
130 Flag Flag::Setter(std::function<Result<void>(const FlagMatch&)> setter) && { in Setter() function in cuttlefish::Flag
417 .Setter([&value](const FlagMatch& match) -> Result<void> { in VerbosityFlag()
437 .Setter(setter); in HelpFlag()
494 return GflagsCompatBoolFlagBase(name).Setter(setter); in HelpXmlFlag()
503 .Setter([](const FlagMatch& match) -> Result<void> { in InvalidFlagGuard()
514 .Setter([](const FlagMatch& match) -> Result<void> { in UnexpectedArgumentGuard()
530 .Setter([&value](const FlagMatch& match) -> Result<void> { in GflagsCompatFlag()
558 .Setter([&value](const FlagMatch& match) -> Result<void> { in GflagsCompatNumericFlagGeneric()
572 .Setter([name, &value](const FlagMatch& match) { in GflagsCompatFlag()
[all …]
Dshared_fd_flag.cpp47 return Flag().Setter([&](const FlagMatch& mat) { return Set(mat, out); }); in SharedFDFlag()
50 return GflagsCompatFlag(name).Setter( in SharedFDFlag()
Dflag_parser.h86 Flag& Setter(std::function<Result<void>(const FlagMatch&)>) &;
87 Flag Setter(std::function<Result<void>(const FlagMatch&)>) &&;
Dflag_parser_test.cpp135 flag.Setter([&elems](const FlagMatch& match) -> Result<void> { in TEST()
409 .Setter([this](const FlagMatch& match) -> Result<void> { in SetUp()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Interface.cpp174 Setter< in BaseParams()
185 Setter< in BaseParams()
196 Setter< in BaseParams()
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp216 custom_action_config_flag_.Setter( in INJECT()
237 custom_actions_flag_.Setter([this](const FlagMatch& match) -> Result<void> { in INJECT()
Dtouchpad.cpp71 .Setter([&](const FlagMatch& match) -> Result<void> { in ParseTouchpadConfigsFromArgs()
Ddisplay.cpp114 .Setter([&](const FlagMatch& match) -> Result<void> { in ParseDisplayConfigsFromArgs()
Dconfig_flag.cpp132 flag_ = GflagsCompatFlag("config").Help(help).Getter(getter).Setter(setter); in INJECT()
/device/google/cuttlefish/host/libs/config/adb/
Dflags.cpp39 mode_flag_.Setter([this](const FlagMatch& match) -> Result<void> { in INJECT()
/device/google/cuttlefish/host/commands/display/
Dmain.cpp174 .Setter([&](const FlagMatch& match) -> Result<void> { in DoRemove()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h213 template <typename T> struct Setter { struct
/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.cpp84 Setter< in IntfImpl()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.cpp120 Setter< in IntfImpl()