Searched refs:flush_request_id_ (Results 1 – 2 of 2) sorted by relevance
47 (flush_request_id_ == other.flush_request_id_); in operator ==()65 static_assert(sizeof(flush_request_id_) == sizeof(proto.flush_request_id()), in FromProto()67 flush_request_id_ = in FromProto()68 static_cast<decltype(flush_request_id_)>(proto.flush_request_id()); in FromProto()86 static_assert(sizeof(flush_request_id_) == sizeof(proto->flush_request_id()), in ToProto()89 static_cast<decltype(proto->flush_request_id())>(flush_request_id_)); in ToProto()
218 uint64_t flush_request_id() const { return flush_request_id_; } in flush_request_id()219 void set_flush_request_id(uint64_t value) { flush_request_id_ = value; } in set_flush_request_id()224 uint64_t flush_request_id_ = {}; variable