Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dproperty_test.c391 static int test_property(void) in test_property() function
671 ADD_TEST(test_property); in setup_tests()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h642 const TestProperty& test_property);
648 const TestProperty& test_property);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d4048 int test_property() @property;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2004389 * testsuite/testsuite_tr1.h (test_property): Generalize to any
476 * testsuite/testsuite_tr1.h (test_property): New.
H A DChangeLog-2013141 * testsuite/util/testsuite_tr1.h (test_category, test_property,
H A DChangeLog-20065207 * testsuite/testsuite_tr1.h (test_property): New function.
H A DChangeLog-20111434 * testsuite/util/testsuite_tr1.h (test_property): Avoid
H A DChangeLog-201627 * testsuite/util/testsuite_tr1.h (test_property): Don't define both
H A DChangeLog-200989 variadic version to an overload of test_property.
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtypecons.d5219 int test_property() @property;