Home
last modified time | relevance | path

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

/art/runtime/
Dreference_table_test.cc316 size_t summary_pos = base.find("Summary:"); in TEST_F() local
317 ASSERT_NE(summary_pos, std::string::npos); in TEST_F()
319 std::string haystack = base.substr(summary_pos); in TEST_F()