Home
last modified time | relevance | path

Searched refs:test_property (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h356 bool operator()(const TestProperty& test_property) const { in operator()
357 return test_property.key() == key_; in operator()
740 void RecordProperty(const TestProperty& test_property);
H A Dgtest.cc2067 const TestProperty& test_property) { in RecordProperty() argument
2068 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
2074 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
2076 test_properties_.push_back(test_property); in RecordProperty()
2079 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
2177 const TestProperty& test_property) { in ValidateTestProperty() argument
2178 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
5043 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
5057 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-literals.m121 // CHECK-LABEL: define{{.*}} void @test_property
122 void test_property(B *b) { function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h641 const TestProperty& test_property);
647 const TestProperty& test_property);
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dunguarded-availability.m154 void test_property(void) { function