Home
last modified time | relevance | path

Searched refs:DoubleFlag (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/
Dflag_helper.cc119 DoubleFlag::DoubleFlag(const char* name, in DoubleFlag() function in brillo::DoubleFlag
127 bool DoubleFlag::SetValue(const std::string& value) { in SetValue()
131 const char* DoubleFlag::GetType() const { in GetType()
Dflag_helper.h151 class BRILLO_EXPORT DoubleFlag final : public Flag {
153 DoubleFlag(const char* name,
199 DEFINE_type(double, DoubleFlag, name, value, help)