Searched refs:kYRes (Results 1 – 1 of 1) sorted by relevance
79 const char* kYRes = "y_res"; variable210 int CuttlefishConfig::y_res() const { return (*dictionary_)[kYRes].asInt(); } in y_res()211 void CuttlefishConfig::set_y_res(int y_res) { (*dictionary_)[kYRes] = y_res; } in set_y_res()