Home | History | Annotate | Download | only in src

Lines Matching defs:RecordProperty

1809 void TestResult::RecordProperty(const TestProperty& test_property) {
1830 << "Reserved key used in RecordProperty(): "
1914 void Test::RecordProperty(const char* key, const char* value) {
1919 void Test::RecordProperty(const char* key, int value) {
1922 RecordProperty(key, value_message.GetString().c_str());
3600 impl_->current_test_result()->RecordProperty(test_property);