Searched refs:chars_with_nul (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dstring_util_unittest.cc436 const char chars_with_nul[] = "test\0string"; local
437 const int length_with_nul = arraysize(chars_with_nul) - 1;
438 std::string string_with_nul(chars_with_nul, length_with_nul);

Completed in 34 milliseconds