Searched refs:dot_one (Results 1 – 1 of 1) sorted by relevance
840 size_t dot_one = name.find('.'); in TEST() local841 if (dot_one == std::string::npos) continue; in TEST()843 if (dot_end == std::string::npos || dot_one == dot_end) continue; in TEST()844 ASSERT_LT(dot_one, dot_end); in TEST()847 std::string package = name.substr(0, dot_one); in TEST()