Home
last modified time | relevance | path

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

/src/contrib/googletest/googletest/test/
H A Dgoogletest-message-test.cc130 const char char_array_with_nul[] = "Here's a NUL\0 and some more string"; in TEST() local
131 const ::std::string string_with_nul(char_array_with_nul, in TEST()
132 sizeof(char_array_with_nul) - 1); in TEST()
H A Dgtest_unittest.cc4683 static const char char_array_with_nul[] = in TEST() local
4686 char_array_with_nul, in TEST()
4687 sizeof(char_array_with_nul) - 1); // drops the trailing NUL in TEST()