Searched refs:grpc_iomgr_count_objects_for_testing (Results 1 – 5 of 5) sorted by relevance
39 size_t grpc_iomgr_count_objects_for_testing();
73 size_t grpc_iomgr_count_objects_for_testing(void) { return count_objects(); } in grpc_iomgr_count_objects_for_testing() function
58 size_t grpc_iomgr_count_objects_for_testing();
80 size_t grpc_iomgr_count_objects_for_testing(void) { return count_objects(); } in grpc_iomgr_count_objects_for_testing() function
259 EXPECT_EQ(grpc_iomgr_count_objects_for_testing(), 0u); in TEST()