Searched refs:typed_test_info (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h573 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL; local
587 typed_test_info = CheckedDowncastToActualType<
593 if (typed_test_info == NULL) {
594 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
595 test_case_infos_.push_back(typed_test_info);
597 return typed_test_info;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h573 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL; local
587 typed_test_info = CheckedDowncastToActualType<
593 if (typed_test_info == NULL) {
594 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
595 test_case_infos_.push_back(typed_test_info);
597 return typed_test_info;
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h573 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL; local
587 typed_test_info = CheckedDowncastToActualType<
593 if (typed_test_info == NULL) {
594 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
595 test_case_infos_.push_back(typed_test_info);
597 return typed_test_info;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h573 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL; local
587 typed_test_info = CheckedDowncastToActualType<
593 if (typed_test_info == NULL) {
594 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
595 test_case_infos_.push_back(typed_test_info);
597 return typed_test_info;
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h573 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL; local
587 typed_test_info = CheckedDowncastToActualType<
593 if (typed_test_info == NULL) {
594 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
595 test_case_infos_.push_back(typed_test_info);
597 return typed_test_info;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h592 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL; local
606 typed_test_info = CheckedDowncastToActualType<
612 if (typed_test_info == NULL) {
613 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
614 test_case_infos_.push_back(typed_test_info);
616 return typed_test_info;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10572 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL; local
10586 typed_test_info = CheckedDowncastToActualType<
10592 if (typed_test_info == NULL) {
10593 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
10594 test_case_infos_.push_back(typed_test_info);
10596 return typed_test_info;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10572 ParameterizedTestCaseInfo<TestCase>* typed_test_info = NULL; local
10586 typed_test_info = CheckedDowncastToActualType<
10592 if (typed_test_info == NULL) {
10593 typed_test_info = new ParameterizedTestCaseInfo<TestCase>(test_case_name);
10594 test_case_infos_.push_back(typed_test_info);
10596 return typed_test_info;

Completed in 283 milliseconds