Home
last modified time | relevance | path

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

/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-actions_test.cc1137 char world_array[] = "world"; in TEST() local
1138 char* const world = world_array; in TEST()
1157 wchar_t world_array[] = L"world"; in TEST() local
1158 wchar_t* const world = world_array; in TEST()
1162 EXPECT_EQ(world_array, str); in TEST()
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-actions_test.cc1137 char world_array[] = "world"; in TEST() local
1138 char* const world = world_array; in TEST()
1157 wchar_t world_array[] = L"world"; in TEST() local
1158 wchar_t* const world = world_array; in TEST()
1162 EXPECT_EQ(world_array, str); in TEST()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-actions_test.cc1137 char world_array[] = "world"; in TEST() local
1138 char* const world = world_array; in TEST()
1157 wchar_t world_array[] = L"world"; in TEST() local
1158 wchar_t* const world = world_array; in TEST()
1162 EXPECT_EQ(world_array, str); in TEST()