Home
last modified time | relevance | path

Searched refs:grpc_test_init (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dtest_config.cc123 void grpc_test_init(int* argc, char** argv) { in grpc_test_init() function
156 grpc_test_init(argc, argv); in TestEnvironment()
H A Dtest_config.h43 void grpc_test_init(int* argc, char** argv);
/aosp_15_r20/external/grpc-grpc/test/cpp/cocoapods/generic/
H A Dgeneric.mm242 grpc_test_init(NULL, NULL);
/aosp_15_r20/external/grpc-grpc/src/objective-c/tests/CronetTests/
H A DCronetUnitTests.mm66 grpc_test_init(&argc, argv);
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Ddriver.cc395 grpc_test_init(&argc, args); in RunScenario()