Searched refs:binary_value_ (Results 1 – 3 of 3) sorted by relevance
24 - return base::trace_event::EstimateMemoryUsage(binary_value_);39 +// return base::trace_event::EstimateMemoryUsage(binary_value_);
121 new (&binary_value_) BlobStorage(); in Value()158 : type_(Type::BINARY), binary_value_(in_blob) {} in Value()161 : type_(Type::BINARY), binary_value_(std::move(in_blob)) {} in Value()203 return Value(binary_value_); in Clone()251 return binary_value_; in GetBlob()560 return lhs.binary_value_ == rhs.binary_value_; in operator ==()600 return lhs.binary_value_ < rhs.binary_value_; in operator <()671 new (&binary_value_) BlobStorage(std::move(that.binary_value_)); in InternalMoveConstructFrom()695 binary_value_.~BlobStorage(); in InternalCleanup()
367 BlobStorage binary_value_; member