Searched refs:ReplaceSetValueForTesting (Results 1 – 2 of 2) sorted by relevance
370 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()
442 void ReplaceSetValueForTesting(const T& value) { set_value_ = value; } in ReplaceSetValueForTesting() function