Searched defs:AllocResult (Results 1 – 4 of 4) sorted by relevance
43 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable
23 using AllocResult = std::allocation_result<int>; typedef
143 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable