Searched refs:TestProperty (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Ddebuginfo.c25 LLVMMetadataRef TestProperty = local
27 LLVMDIBuilderCreateObjCIVar(DIB, "_test", 5, File, 42, 64, 0, 64, LLVMDIFlagPublic, SuperDecl, TestProperty);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h524 // Don't inherit from TestProperty as its destructor is not virtual.
525 class TestProperty { class in namespace:testing
527 // C'tor. TestProperty does NOT have a default constructor.
529 // TestProperty object.
530 TestProperty(const std::string& a_key, const std::string& a_value) : function in class:testing::TestProperty
606 const TestProperty& GetTestProperty(int i) const;
625 const std::vector<TestProperty>& test_properties() const {
642 const TestProperty& test_property);
648 const TestProperty& test_property);
672 std::vector<TestProperty> test_properties
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h345 // A predicate that checks the key of a TestProperty against a known key.
356 bool operator()(const TestProperty& test_property) const {
736 // Adds a TestProperty to the current TestResult object when invoked in a
740 void RecordProperty(const TestProperty& test_property);
1039 const TestProperty& property) {
H A Dgtest.cc2047 const TestProperty& TestResult::GetTestProperty(int i) const {
2067 const TestProperty& test_property) {
2072 const std::vector<TestProperty>::iterator property_with_matching_key =
2177 const TestProperty& test_property) {
3951 const TestProperty& property = result.GetTestProperty(i);
3969 const TestProperty& property = result.GetTestProperty(i);
4346 const TestProperty& property = result.GetTestProperty(i);
4833 // Adds a TestProperty to the current TestResult object when invoked from
4840 impl_->RecordProperty(TestProperty(key, value));
5038 // Adds a TestProperty t
[all...]

Completed in 117 milliseconds