Home
last modified time | relevance | path

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

/bionic/tests/
Dsearch_test.cpp212 static void AssertEntry(ENTRY* e, const char* expected_key, const char* expected_data) { in AssertEntry() argument
215 ASSERT_STREQ(expected_data, reinterpret_cast<char*>(e->data)); in AssertEntry()