"vllm/core/block_manager.py" did not exist on "a2a9869cb7e11a46c215e0cd55401509395c035d"
  • Aaron Jacobs's avatar
    gmock-actions: support ByMove in a specialization of ReturnAction. · 51767261
    Aaron Jacobs authored
    Rather than branching on whether the return type is ByMoveWrapper within
    ReturnAction itself, hoist the distinction to outside. This allows the main
    class template to be modified without worrying about this special case, which
    means we can stop using a shared pointer to the value (introduced as a
    linked_ptr in commit 3d1c78b2 to support ByMove) in this commit and simplify
    the class template further in a future commit with the eventual aim of directly
    supporting move-only result types.
    
    PiperOrigin-RevId: 445938943
    Change-Id: I7bc71ea301d5e493ac6ecbe57d62738a48a2721a
    51767261
gmock-actions.h 79.5 KB