Lines Matching defs:ref
179 // Note: While a bit awkward, this artificial ref serialization kind value is
186 // A ref without the broker_ field, used when storage size is important.
193 explicit TinyRef(const RefType& ref) : TinyRef(ref.data_) {}
196 base::Optional<TinyRef<T>> ref) {
197 if (!ref.has_value()) return {};
198 return ref->AsRef(broker);
253 size_t operator()(const ObjectRef& ref) const {
254 return base::hash_combine(ref.object().address());
280 friend std::ostream& operator<<(std::ostream& os, const ObjectRef& ref);