Home
last modified time | relevance | path

Searched refs:ReplaceSetValueForTesting (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/dbus/
Dproperty_unittest.cc370 string_map.ReplaceSetValueForTesting(test_map); in TEST()
427 ip_list.ReplaceSetValueForTesting(test_list); in TEST()
482 test_property.ReplaceSetValueForTesting(test_map); in TEST()
537 test_property.ReplaceSetValueForTesting(test_map); in TEST()
Dproperty.h442 void ReplaceSetValueForTesting(const T& value) { set_value_ = value; } in ReplaceSetValueForTesting() function