Home
last modified time | relevance | path

Searched refs:SetValue (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h483 void SetValue(const std::string& new_value) { in SetValue() function
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc1093 property.SetValue("2"); in TEST()
1339 TEST(TestPropertyTest, SetValue) { in TEST() argument
1342 property.SetValue("value_2"); in TEST()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc1732 property_with_matching_key->SetValue(test_property.value()); in RecordProperty()