Home
last modified time | relevance | path

Searched refs:AddTwo (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/gtest/test/
Dgtest-port_test.cc799 void AddTwo(int* param) { *param += 2; } in AddTwo() function
803 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); in TEST()
/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc992 void AddTwo(int* param) { *param += 2; } in AddTwo() function
996 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); in TEST()
/external/gtest/test/
Dgtest-port_test.cc1023 void AddTwo(int* param) { *param += 2; } in AddTwo() function
1027 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-port_test.cc1030 void AddTwo(int* param) { *param += 2; } in AddTwo() function
1034 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); in TEST()