Searched refs:constexpr_value_ (Results 1 – 1 of 1) sorted by relevance
816 : type_(type), constexpr_value_(constexpr_value) { in VisitResult()827 const std::string& constexpr_value() const { return *constexpr_value_; } in constexpr_value()832 return type_ == other.type_ && constexpr_value_ == other.constexpr_value_ &&838 base::Optional<std::string> constexpr_value_; variable