Searched refs:TestProperty (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 525 class TestProperty { 530 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function 606 const TestProperty& GetTestProperty(int i) const; 625 const std::vector<TestProperty>& test_properties() const { in test_properties() 642 const TestProperty& test_property); 648 const TestProperty& test_property); 672 std::vector<TestProperty> test_properties_;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| H A D | debuginfo.c | 25 LLVMMetadataRef TestProperty = in declare_objc_class() local 27 …derCreateObjCIVar(DIB, "_test", 5, File, 42, 64, 0, 64, LLVMDIFlagPublic, SuperDecl, TestProperty); in declare_objc_class()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-internal-inl.h | 356 bool operator()(const TestProperty& test_property) const { in operator() 740 void RecordProperty(const TestProperty& test_property); 1039 const TestProperty& property) { in RecordProperty()
|
| H A D | gtest.cc | 2047 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty() 2067 const TestProperty& test_property) { in RecordProperty() 2072 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() 2177 const TestProperty& test_property) { in ValidateTestProperty() 3951 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes() 3969 const TestProperty& property = result.GetTestProperty(i); in OutputXmlTestProperties() 4346 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsJson() 4840 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty() 5043 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()
|