HomeSort by relevance Sort by last modified time
    Searched refs:DoubleFlag (Results 1 - 2 of 2) sorted by null

  /external/libbrillo/brillo/
flag_helper.h 151 class BRILLO_EXPORT DoubleFlag final : public Flag {
153 DoubleFlag(const char* name,
199 DEFINE_type(double, DoubleFlag, name, value, help)
flag_helper.cc 119 DoubleFlag::DoubleFlag(const char* name,
127 bool DoubleFlag::SetValue(const std::string& value) {
131 const char* DoubleFlag::GetType() const {

Completed in 72 milliseconds