Home
last modified time | relevance | path

Searched refs:mutable_str_with_nul (Results 1 – 3 of 3) sorted by relevance

/external/v8/testing/gtest/test/
Dgtest-printers_test.cc1488 char mutable_str_with_nul[] = "hello\0 world"; in TEST() local
1489 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-printers_test.cc1456 char mutable_str_with_nul[] = "hello\0 world"; in TEST() local
1457 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); in TEST()
/external/googletest/googletest/test/
Dgtest-printers_test.cc1491 char mutable_str_with_nul[] = "hello\0 world"; in TEST() local
1492 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\""); in TEST()