Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp307 const std::string* lStrValue = std::get_if<std::string>(&left); in operator ()() local
319 if (lStrValue != nullptr && rDateValue != nullptr) in operator ()()
321 lDateValue = &left.emplace<DateTimeString>(std::string(*lStrValue)); in operator ()()
330 if (lStrValue != nullptr && rStrValue != nullptr) in operator ()()
332 return doStringComparison(*lStrValue, x.token, *rStrValue); in operator ()()