Searched refs:HashTestCase (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | fxfa_basic_unittest.cpp | 12 void HashTestCase(uint32_t hash, const char* str, uint32_t* so_far) { in HashTestCase() function 27 #define PCKT____(a, b, c, d, e, f) HashTestCase(a, b, &so_far); in TEST() 35 #define ATTR____(a, b, c, d) HashTestCase(a, b, &so_far); in TEST() 43 #define VALUE____(a, b, c) HashTestCase(a, b, &so_far); in TEST() 51 #define ELEM____(a, b, c, d) HashTestCase(a, b, &so_far); in TEST()
|