Searched refs:property_with_matching_key (Results 1 – 8 of 8) sorted by relevance
1814 TestProperty* const property_with_matching_key = in RecordProperty() local1817 if (property_with_matching_key == NULL) { in RecordProperty()1821 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
1819 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() local1822 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()1826 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
1844 TestProperty* const property_with_matching_key = in RecordProperty() local1847 if (property_with_matching_key == NULL) { in RecordProperty()1851 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
1596 TestProperty& property_with_matching_key = node_with_matching_key->element(); in RecordProperty() local1597 property_with_matching_key.SetValue(test_property.value()); in RecordProperty()
3123 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() local3126 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()3130 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()