Lines Matching defs:isAllDay
67 LOG_DEBUG("isAllDay :%{private}d", event.isAllDay.value_or(0));
385 if (event.isAllDay.has_value()) {
386 valuesBucket.Put("allDay", event.isAllDay.value());
768 if (columns.count("isAllDay")) {
769 int isAllDay = 0;
770 GetValue(resultSet, "allDay", isAllDay);
771 event.isAllDay = static_cast<bool>(isAllDay);
979 { "isAllDay", "allDay" },