Searched refs:test_vectors (Results 1 – 4 of 4) sorted by relevance
311 } test_vectors[] = { in test_utf8_get_char_validated() local348 for (i = 0; i < G_N_ELEMENTS (test_vectors); i++) in test_utf8_get_char_validated()353 actual_result = g_utf8_get_char_validated (test_vectors[i].buf, in test_utf8_get_char_validated()354 test_vectors[i].max_len); in test_utf8_get_char_validated()355 g_assert_cmpint (actual_result, ==, test_vectors[i].expected_result); in test_utf8_get_char_validated()
83 static void test_vectors(grpc_slice_split_mode mode) { in test_vectors() function218 test_vectors(GRPC_SLICE_SPLIT_MERGE_ALL); in main()219 test_vectors(GRPC_SLICE_SPLIT_ONE_BYTE); in main()
43 void test_vectors();60 { "testing with vectors", test_vectors },350 void test_vectors() in test_vectors() function
725 test_vectors = {755 for path, expected in test_vectors.items():