Home
last modified time | relevance | path

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

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