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.cpp321 const DateTimeString* lDateValue = std::get_if<DateTimeString>(&left); in operator ()() local
326 if (lDateValue != nullptr && rStrValue != nullptr) in operator ()()
332 lDateValue = &left.emplace<DateTimeString>(std::string(*lStrValue)); in operator ()()
335 if (lDateValue != nullptr && rDateValue != nullptr) in operator ()()
337 return doIntComparison(lDateValue->value.count(), x.token, in operator ()()