Searched defs:MockPolicy (Results 1 – 2 of 2) sorted by relevance
37 struct MockPolicy<Req, Res> { struct41 impl<Req, Res, E> Policy<Req, Res, E> for MockPolicy<Req, Res> argument
785 struct MockPolicy struct796 …y.Register("MockBackend", []() { return std::make_unique<CustomAllocatorBackend<MockPolicy>>(); }); in __anon5e23500a0202() argument