Searched defs:forkable (Results 1 – 2 of 2) sorted by relevance
88 auto forkable = std::make_shared<SomeForkable>(); in TEST_F() local150 auto forkable = std::make_shared<SomeForkable>(); in TEST_F() local
43 std::shared_ptr<Forkable> forkable, GRPC_UNUSED void (*prepare)(void), in RegisterForkable()