Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp311 const DateTimeString* rDateValue = std::get_if<DateTimeString>(&right); in operator ()() local
317 rDateValue = &right.emplace<DateTimeString>(std::string(*rStrValue)); in operator ()()
319 if (lStrValue != nullptr && rDateValue != nullptr) in operator ()()
324 if (lDateValue != nullptr && rDateValue != nullptr) in operator ()()
327 rDateValue->value.count()); in operator ()()