Home | History | Annotate | Download | only in src

Lines Matching defs:RecordProperty

1418   static void RecordProperty(TestResult* test_result,
1420 test_result->RecordProperty(property);
3118 void TestResult::RecordProperty(const TestProperty& test_property) {
3139 << "Reserved key used in RecordProperty(): "
3223 void Test::RecordProperty(const char* key, const char* value) {
3228 void Test::RecordProperty(const char* key, int value) {
3231 RecordProperty(key, value_message.GetString().c_str());
5118 impl_->current_test_result()->RecordProperty(test_property);