Home
last modified time | relevance | path

Searched refs:property_with_matching_key (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/gtest/src/
Dgtest.cc1814 TestProperty* const property_with_matching_key = in RecordProperty() local
1817 if (property_with_matching_key == NULL) { in RecordProperty()
1821 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
/external/chromium/testing/gtest/src/
Dgtest.cc1819 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() local
1822 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()
1826 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
/external/gtest/src/
Dgtest.cc1819 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() local
1822 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()
1826 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
/external/open-vcdiff/gtest/src/
Dgtest.cc1844 TestProperty* const property_with_matching_key = in RecordProperty() local
1847 if (property_with_matching_key == NULL) { in RecordProperty()
1851 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1819 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() local
1822 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()
1826 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
/external/llvm/utils/unittest/googletest/
Dgtest.cc1819 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() local
1822 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()
1826 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc1596 TestProperty& property_with_matching_key = node_with_matching_key->element(); in RecordProperty() local
1597 property_with_matching_key.SetValue(test_property.value()); in RecordProperty()
/external/ceres-solver/internal/ceres/
Dgmock_gtest_all.cc3123 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() local
3126 if (property_with_matching_key == test_properties_.end()) { in RecordProperty()
3130 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()