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.cpp327 const std::string* rStrValue = std::get_if<std::string>(&right); in operator ()() local
334 if (lDateValue != nullptr && rStrValue != nullptr) in operator ()()
336 rDateValue = &right.emplace<DateTimeString>(std::string(*rStrValue)); in operator ()()
349 if (lStrValue != nullptr && rStrValue != nullptr) in operator ()()
351 return doStringComparison(*lStrValue, x.token, *rStrValue); in operator ()()