Searched defs:AllocResult (Results 1 – 9 of 9) sorted by relevance
43 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable
23 using AllocResult = std::allocation_result<int>; typedef
74 static auto AllocResult() { in AllocResult() function in berberis::__anonfff7b1ad0111::TryInlineIntrinsicWithTestParams
143 using AllocResult = Expected<std::unique_ptr<InFlightAlloc>>; variable