Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc755 bool operator()(const TestProperty& test_property) const { in operator ()()
756 return test_property.key() == key_; in operator ()()
1123 void RecordProperty(const TestProperty& test_property);
3559 const TestProperty& test_property) { in RecordProperty() argument
3560 if (!ValidateTestProperty(xml_element, test_property)) { in RecordProperty()
3566 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()
3568 test_properties_.push_back(test_property); in RecordProperty()
3571 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
3654 return ValidateTestPropertyName(test_property.key(), in ValidateTestProperty()
6353 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty() argument
[all …]
Dgtest.h20394 const TestProperty& test_property);
20400 const TestProperty& test_property);