/third_party/googletest/googletest/test/ |
H A D | gtest-unittest-api_test.cc | 144 EXPECT_TRUE(IsNull(test_suite->type_param())); in TEST() 155 EXPECT_TRUE(IsNull(tests[0]->type_param())); in TEST() 161 EXPECT_TRUE(IsNull(tests[1]->type_param())); in TEST() 167 EXPECT_TRUE(IsNull(tests[2]->type_param())); in TEST() 173 EXPECT_TRUE(IsNull(tests[3]->type_param())); in TEST() 183 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), test_suite->type_param()); in TEST() 194 EXPECT_STREQ(GetTypeName<Types<int>>().c_str(), tests[0]->type_param()); in TEST() 205 EXPECT_TRUE(IsNull(test_suite->type_param())); in TEST() 215 EXPECT_TRUE(IsNull(test_info->type_param())); in TEST() 240 EXPECT_TRUE(IsNull(test_suites[0]->type_param())); [all...] |
H A D | gtest_xml_test_utils.py | 56 "type_param" which only has to be non-empty. 163 * The "type_param" attribute of <testcase> elements is replaced with a 184 type_param = element.getAttributeNode('type_param') 185 if type_param and type_param.value: 186 type_param.value = '*'
|
H A D | gtest_unittest.cc | 2102 "type_param"); in TEST_F() 2113 "'classname', 'name', 'status', 'time', 'type_param', 'value_param'," in TEST_F() 7718 EXPECT_STREQ(tests->GetTestInfo(j)->type_param(), "TYPE"); in TEST()
|
/third_party/rust/crates/syn/examples/heapsize/heapsize_derive/src/ |
H A D | lib.rs | 39 if let GenericParam::Type(ref mut type_param) = *param { in add_trait_bounds() 40 type_param.bounds.push(parse_quote!(heapsize::HeapSize)); in add_trait_bounds()
|
/third_party/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 647 // type_param: the name of the test's type parameter, or NULL if 651 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param, 657 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() argument 660 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase() 689 GetTestSuite(test_info->test_suite_name(), test_info->type_param(), in AddTestInfo()
|
H A D | gtest.cc | 2300 "type_param", "value_param", "file", "line", "level"}; 2305 "classname", "name", "status", "time", "type_param", 2762 // type_param: the name of the test's type parameter, or NULL if 2774 const char* test_suite_name, const char* name, const char* type_param, 2779 new TestInfo(test_suite_name, name, type_param, value_param, 3322 const char* const type_param = test_info.type_param(); 3325 if (type_param != nullptr || value_param != nullptr) { 3327 if (type_param != nullptr) { 3328 printf("%s = %s", kTypeParamLabel, type_param); [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest-internal-inl.h | 648 // type_param: the name of the test's type parameter, or NULL if 652 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param, 658 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() argument 661 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase() 690 GetTestSuite(test_info->test_suite_name(), test_info->type_param(), in AddTestInfo()
|
H A D | gtest.cc | 2317 "type_param", "value_param", "file", "line"}; 2322 "classname", "name", "status", "time", "type_param", 2752 // type_param: the name of the test's type parameter, or NULL if 2764 const char* test_suite_name, const char* name, const char* type_param, 2769 new TestInfo(test_suite_name, name, type_param, value_param, 3335 const char* const type_param = test_info.type_param(); 3338 if (type_param != nullptr || value_param != nullptr) { 3340 if (type_param != nullptr) { 3341 printf("%s = %s", kTypeParamLabel, type_param); [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-internal-inl.h | 649 // type_param: the name of the test's type parameter, or NULL if 653 TestSuite* GetTestSuite(const char* test_suite_name, const char* type_param, 659 TestCase* GetTestCase(const char* test_case_name, const char* type_param, in GetTestCase() argument 662 return GetTestSuite(test_case_name, type_param, set_up_tc, tear_down_tc); in GetTestCase() 689 GetTestSuite(test_info->test_suite_name(), test_info->type_param(), in AddTestInfo()
|
H A D | gtest.cc | 2102 "classname", "name", "status", "time", "type_param", 2108 "classname", "name", "status", "time", "type_param", 2570 // type_param: the name of the test's type parameter, or NULL if 2582 const char* test_suite_name, const char* name, const char* type_param, in MakeAndRegisterTestInfo() 2587 new TestInfo(test_suite_name, name, type_param, value_param, in MakeAndRegisterTestInfo() 3084 const char* const type_param = test_info.type_param(); in PrintFullTestCommentIfPresent() local 3087 if (type_param != nullptr || value_param != nullptr) { in PrintFullTestCommentIfPresent() 3089 if (type_param != nullptr) { in PrintFullTestCommentIfPresent() 3090 printf("%s = %s", kTypeParamLabel, type_param); in PrintFullTestCommentIfPresent() 2581 MakeAndRegisterTestInfo( const char* test_suite_name, const char* name, const char* type_param, const char* value_param, CodeLocation code_location, TypeId fixture_class_id, SetUpTestSuiteFunc set_up_tc, TearDownTestSuiteFunc tear_down_tc, TestFactoryBase* factory) MakeAndRegisterTestInfo() argument 5181 GetTestSuite( const char* test_suite_name, const char* type_param, internal::SetUpTestSuiteFunc set_up_tc, internal::TearDownTestSuiteFunc tear_down_tc) GetTestSuite() argument [all...] |
/third_party/googletest/googletest/include/gtest/ |
H A D | gtest.h | 560 const char* type_param() const { in type_param() function in testing::TestInfo 618 const char* test_suite_name, const char* name, const char* type_param, 706 const char* type_param() const { in type_param() function in testing::TestSuite 2290 const char* type_param, const char* value_param, in RegisterTest() 2304 test_suite_name, test_name, type_param, value_param, in RegisterTest() 2289 RegisterTest(const char* test_suite_name, const char* test_name, const char* type_param, const char* value_param, const char* file, int line, Factory factory) RegisterTest() argument
|
/third_party/node/deps/googletest/include/gtest/ |
H A D | gtest.h | 552 const char* type_param() const { in type_param() function in testing::TestInfo 610 const char* test_suite_name, const char* name, const char* type_param, 698 const char* type_param() const { in type_param() function in testing::TestSuite 2283 const char* type_param, const char* value_param, in RegisterTest() 2297 test_suite_name, test_name, type_param, value_param, in RegisterTest() 2282 RegisterTest(const char* test_suite_name, const char* test_name, const char* type_param, const char* value_param, const char* file, int line, Factory factory) RegisterTest() argument
|
/third_party/mesa3d/src/gtest/include/gtest/ |
H A D | gtest.h | 714 const char* type_param() const { in type_param() function in testing::TestInfo 772 const char* test_suite_name, const char* name, const char* type_param, 856 const char* type_param() const { in type_param() function in testing::TestSuite 2439 const char* type_param, const char* value_param, in RegisterTest() 2453 test_suite_name, test_name, type_param, value_param, in RegisterTest() 2438 RegisterTest(const char* test_suite_name, const char* test_name, const char* type_param, const char* value_param, const char* file, int line, Factory factory) RegisterTest() argument
|
/third_party/rust/crates/syn/src/ |
H A D | generics.rs | 221 if let GenericParam::Type(type_param) = next { in next() 222 Some(type_param) in next() 239 if let GenericParam::Type(type_param) = next { in next() 240 Some(type_param) in next()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | item.rs | 1598 if let Some(param_id) = Item::type_param(None, location, ctx) { 1723 Item::type_param(Some(id), location, ctx) 1743 pub(crate) fn type_param( 1751 "Item::type_param:\n\
|
H A D | ty.rs | 929 let param = Item::type_param( in from_clang_ty() 933 "Item::type_param shouldn't \ in from_clang_ty()
|
H A D | comp.rs | 1440 let param = Item::type_param(None, cur, ctx).expect( in from_ty() 1441 "Item::type_param should't fail when pointing \ in from_ty()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.h | 102 inline ExtensionInfo(FieldType type_param, bool isrepeated, bool ispacked) in ExtensionInfo() 103 : type(type_param), in ExtensionInfo()
|
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 570 // type_param: the name of the test's type parameter, or NULL if 582 const char* test_suite_name, const char* name, const char* type_param,
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-internal.h | 547 // type_param the name of the test's type parameter, or NULL if 559 const char* test_suite_name, const char* name, const char* type_param,
|
/third_party/node/deps/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 555 // type_param: the name of the test's type parameter, or NULL if 567 const char* test_suite_name, const char* name, const char* type_param,
|