Searched defs:type_param (Results 1 - 21 of 21) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dextension_set.h94 inline ExtensionInfo(FieldType type_param, bool isrepeated, bool ispacked) argument
95 : type(type_param), is_repeated(isrepeated), is_packed(ispacked),
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h640 const char* type_param() const { function in class:testing::TestInfo
684 const char* type_param,
766 const char* type_param() const { function in class:testing::TestCase
/external/googletest/googletest/include/gtest/
H A Dgtest.h658 const char* type_param() const { function in class:testing::TestInfo
718 const char* type_param,
804 const char* type_param() const { function in class:testing::TestCase
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h658 const char* type_param() const { function in class:testing::TestInfo
718 const char* type_param,
804 const char* type_param() const { function in class:testing::TestCase
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h639 const char* type_param() const { function in class:testing::TestInfo
684 const char* type_param,
766 const char* type_param() const { function in class:testing::TestCase
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h635 const char* type_param() const { function in class:testing::TestInfo
689 const char* type_param,
772 const char* type_param() const { function in class:testing::TestCase
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h639 const char* type_param() const { function in class:testing::TestInfo
684 const char* type_param,
766 const char* type_param() const { function in class:testing::TestCase
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h658 const char* type_param() const { function in class:testing::TestInfo
718 const char* type_param,
804 const char* type_param() const { function in class:testing::TestCase
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h635 const char* type_param() const { function in class:testing::TestInfo
689 const char* type_param,
772 const char* type_param() const { function in class:testing::TestCase
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc2220 // type_param: the name of the test's type parameter, or NULL if
2232 const char* type_param,
2239 new TestInfo(test_case_name, name, type_param, value_param,
2668 const char* const type_param = test_info.type_param(); local
2671 if (type_param != NULL || value_param != NULL) {
2673 if (type_param != NULL) {
2674 printf("TypeParam = %s", type_param);
2761 if (test_case.type_param() == NULL) {
2764 printf(", where TypeParam = %s\n", test_case.type_param());
2230 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
4127 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/googletest/googletest/src/
H A Dgtest.cc2100 "type_param",
2529 // type_param: the name of the test's type parameter, or NULL if
2543 const char* type_param,
2551 new TestInfo(test_case_name, name, type_param, value_param,
3008 const char* const type_param = test_info.type_param(); local
3011 if (type_param != NULL || value_param != NULL) {
3013 if (type_param != NULL) {
3014 printf("%s = %s", kTypeParamLabel, type_param);
3101 if (test_case.type_param()
2540 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
4501 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc2103 "type_param",
2532 // type_param: the name of the test's type parameter, or NULL if
2546 const char* type_param,
2554 new TestInfo(test_case_name, name, type_param, value_param,
3010 const char* const type_param = test_info.type_param(); local
3013 if (type_param != NULL || value_param != NULL) {
3015 if (type_param != NULL) {
3016 printf("%s = %s", kTypeParamLabel, type_param);
3103 if (test_case.type_param()
2543 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
4502 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2219 // type_param: the name of the test's type parameter, or NULL if
2231 const char* type_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2639 const char* const type_param = test_info.type_param(); local
2642 if (type_param != NULL || value_param != NULL) {
2644 if (type_param != NULL) {
2645 printf("TypeParam = %s", type_param);
2735 if (test_case.type_param() == NULL) {
2738 printf(", where TypeParam = %s\n", test_case.type_param());
2229 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
4066 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1780 "type_param",
2206 // type_param: the name of the test's type parameter, or NULL if
2219 const char* type_param,
2226 new TestInfo(test_case_name, name, type_param, value_param,
2673 const char* const type_param = test_info.type_param(); local
2676 if (type_param != NULL || value_param != NULL) {
2678 if (type_param != NULL) {
2679 printf("%s = %s", kTypeParamLabel, type_param);
2766 if (test_case.type_param()
2216 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
4173 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc2219 // type_param: the name of the test's type parameter, or NULL if
2231 const char* type_param,
2238 new TestInfo(test_case_name, name, type_param, value_param,
2638 const char* const type_param = test_info.type_param(); local
2641 if (type_param != NULL || value_param != NULL) {
2643 if (type_param != NULL) {
2644 printf("TypeParam = %s", type_param);
2734 if (test_case.type_param() == NULL) {
2737 printf(", where TypeParam = %s\n", test_case.type_param());
2229 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
4063 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/v8/testing/gtest/src/
H A Dgtest.cc2103 "type_param",
2532 // type_param: the name of the test's type parameter, or NULL if
2546 const char* type_param,
2554 new TestInfo(test_case_name, name, type_param, value_param,
3008 const char* const type_param = test_info.type_param(); local
3011 if (type_param != NULL || value_param != NULL) {
3013 if (type_param != NULL) {
3014 printf("%s = %s", kTypeParamLabel, type_param);
3101 if (test_case.type_param()
2543 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
4500 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc1780 "type_param",
2206 // type_param: the name of the test's type parameter, or NULL if
2219 const char* type_param,
2226 new TestInfo(test_case_name, name, type_param, value_param,
2673 const char* const type_param = test_info.type_param(); local
2676 if (type_param != NULL || value_param != NULL) {
2678 if (type_param != NULL) {
2679 printf("%s = %s", kTypeParamLabel, type_param);
2766 if (test_case.type_param()
2216 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
4169 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/fmtlib/test/
H A Dgmock-gtest-all.cc1039 // type_param: the name of the test's type parameter, or NULL if
1044 const char* type_param,
1072 test_info->type_param(),
3264 "type_param",
3690 // type_param: the name of the test's type parameter, or NULL if
3703 const char* type_param,
3710 new TestInfo(test_case_name, name, type_param, value_param,
4157 const char* const type_param = test_info.type_param(); local
4160 if (type_param !
3700 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
5657 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1039 // type_param: the name of the test's type parameter, or NULL if
1044 const char* type_param,
1072 test_info->type_param(),
3264 "type_param",
3690 // type_param: the name of the test's type parameter, or NULL if
3703 const char* type_param,
3710 new TestInfo(test_case_name, name, type_param, value_param,
4157 const char* const type_param = test_info.type_param(); local
4160 if (type_param !
3700 MakeAndRegisterTestInfo( const char* test_case_name, const char* name, const char* type_param, const char* value_param, TypeId fixture_class_id, SetUpTestCaseFunc set_up_tc, TearDownTestCaseFunc tear_down_tc, TestFactoryBase* factory) argument
5657 GetTestCase(const char* test_case_name, const char* type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) argument
[all...]
H A Dgtest.h7442 // type_param the name of the test's type parameter, or NULL if
7455 const char* type_param,
18049 const char* type_param() const { function in class:testing::TestInfo
18103 const char* type_param,
18186 const char* type_param() const { function in class:testing::TestCase
/external/fmtlib/test/gtest/
H A Dgtest.h7441 // type_param the name of the test's type parameter, or NULL if
7454 const char* type_param,
18048 const char* type_param() const { function in class:testing::TestInfo
18102 const char* type_param,
18185 const char* type_param() const { function in class:testing::TestCase

Completed in 671 milliseconds