Searched refs:from_system_property_ (Results 1 – 3 of 3) sorted by relevance
125 from_system_property_ = std::nullopt; in Reload()128 if (!ParseValue(sysprop, &from_system_property_)) { in Reload()170 DumpValue(oss, from_system_property_); in Dump()
202 if (from_system_property_.has_value()) { in GetValueAndOrigin()203 return std::pair{from_system_property_.value(), FlagOrigin::kSystemProperty}; in GetValueAndOrigin()225 std::optional<Value> from_system_property_; variable
57 ASSERT_EQ(flag_->from_system_property_.has_value(), has_value); in AssertSysPropValue()59 ASSERT_EQ(flag_->from_system_property_.value(), expected); in AssertSysPropValue()