Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp329 const DateTimeString* lDateValue = std::get_if<DateTimeString>(&left); in operator ()() local
334 if (lDateValue != nullptr && rStrValue != nullptr) in operator ()()
340 lDateValue = &left.emplace<DateTimeString>(std::string(*lStrValue)); in operator ()()
343 if (lDateValue != nullptr && rDateValue != nullptr) in operator ()()
345 return doIntComparison(lDateValue->value.count(), x.token, in operator ()()