Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dcredentials_test.cc1359 const char expected_creds_debug_string_prefix[] = in TEST() local
1369 GPR_ASSERT(strncmp(expected_creds_debug_string_prefix, in TEST()
1371 strlen(expected_creds_debug_string_prefix)) == 0); in TEST()
1381 GPR_ASSERT(strncmp(expected_creds_debug_string_prefix, in TEST()
1383 strlen(expected_creds_debug_string_prefix)) == 0); in TEST()
1393 GPR_ASSERT(strncmp(expected_creds_debug_string_prefix, in TEST()
1395 strlen(expected_creds_debug_string_prefix)) == 0); in TEST()
1412 const char expected_creds_debug_string_prefix[] = in TEST() local
1445 GPR_ASSERT(strncmp(expected_creds_debug_string_prefix, in TEST()
1447 strlen(expected_creds_debug_string_prefix)) == 0); in TEST()
[all …]