Home
last modified time | relevance | path

Searched defs:Setter (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/include/
DSimpleC2Interface.h213 template <typename T> struct Setter { struct
214 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()
/device/google/cuttlefish/common/libs/utils/
Dflag_parser.cpp115 Flag& Flag::Setter(std::function<bool(const FlagMatch&)> fn) & { in Setter() function in cuttlefish::Flag
119 Flag Flag::Setter(std::function<bool(const FlagMatch&)> fn) && { in Setter() function in cuttlefish::Flag