HomeSort by: relevance | last modified time | path
    Searched refs:hello_len (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_str_test.cc 103 size_t hello_len = 13; local in function:TEST
104 size_t hello_size = (hello_len + 1) * sizeof(wchar_t);
105 EXPECT_EQ(hello_len, wcslen(Ident(L"Hello, World!")));
108 EXPECT_EQ(hello_len, Ident(wcslen(heap_string)));
asan_str_test.cc 103 size_t hello_len = 13; local in function:TEST
104 size_t hello_size = (hello_len + 1) * sizeof(wchar_t);
105 EXPECT_EQ(hello_len, wcslen(Ident(L"Hello, World!")));
108 EXPECT_EQ(hello_len, Ident(wcslen(heap_string)));
asan_str_test.cc 103 size_t hello_len = 13; local in function:TEST
104 size_t hello_size = (hello_len + 1) * sizeof(wchar_t);
105 EXPECT_EQ(hello_len, wcslen(Ident(L"Hello, World!")));
108 EXPECT_EQ(hello_len, Ident(wcslen(heap_string)));

Completed in 37 milliseconds