Searched refs:temporary_ (Results 1 – 3 of 3) sorted by relevance
33 CHECK(temporary_ == nullptr); in AllocateBytes()34 SE_ASSIGN_OR_RETURN(temporary_, in AllocateBytes()36 return temporary_->device_memory(); in AllocateBytes()
69 std::unique_ptr<TemporaryDeviceMemory<uint8>> temporary_;
50 result.temporary_ = std::move(temporary); in Temporary()111 bool IsTemporary() const { return temporary_.has_value(); } in IsTemporary()114 return *temporary_; in temporary()194 base::Optional<VisitResult> temporary_; variable