Searched refs:chars_with_nul (Results 1 – 1 of 1) sorted by relevance
496 const char chars_with_nul[] = "test\0string"; in TEST() local497 const int length_with_nul = arraysize(chars_with_nul) - 1; in TEST()498 std::string string_with_nul(chars_with_nul, length_with_nul); in TEST()