Home | History | Annotate | Download | only in gn

Lines Matching refs:value_

54   bool is_null() const { return value_.empty(); }
55 const std::string& value() const { return value_; }
60 return value_.size() >= 2 && value_[0] == '/' && value_[1] == '/';
78 return base::StringPiece(&value_[1], value_.size() - 1);
84 return value_ == other.value_;
90 return value_ < other.value_;
95 std::string value_;