Home | History | Annotate | Download | only in lib

Lines Matching refs:version_

35   AssociatedInterfacePtrState() : version_(0u) {}
47 uint32_t version() const { return version_; }
58 if (version <= version_)
61 version_ = version;
75 swap(other->version_, version_);
82 DCHECK_EQ(0u, version_);
85 version_ = info.version();
101 return AssociatedInterfacePtrInfo<Interface>(std::move(handle), version_);
142 version_ = version;
149 uint32_t version_;