Searched defs:Setter (Results 1 – 2 of 2) sorted by relevance
213 template <typename T> struct Setter { struct214 typedef typename std::remove_reference<T>::type type;216 static C2R NonStrictValueWithNoDeps(bool mayBlock, in NonStrictValueWithNoDeps()222 static C2R NonStrictValuesWithNoDeps(bool mayBlock, in NonStrictValuesWithNoDeps()233 static C2R StrictValueWithNoDeps(bool mayBlock, in StrictValueWithNoDeps()
115 Flag& Flag::Setter(std::function<bool(const FlagMatch&)> fn) & { in Setter() function in cuttlefish::Flag119 Flag Flag::Setter(std::function<bool(const FlagMatch&)> fn) && { in Setter() function in cuttlefish::Flag