Searched refs:length_with_nul (Results 1 – 1 of 1) sorted by relevance
497 const int length_with_nul = arraysize(chars_with_nul) - 1; in TEST() local498 std::string string_with_nul(chars_with_nul, length_with_nul); in TEST()500 EXPECT_EQ(static_cast<string16::size_type>(length_with_nul), in TEST()503 EXPECT_EQ(static_cast<std::string::size_type>(length_with_nul), in TEST()