Searched refs:TakeOnlyLatestFromRepeatedField (Results 1 – 1 of 1) sorted by relevance
/tools/test/openhst/ |
D | stress_test_common.py | 84 def TakeOnlyLatestFromRepeatedField(message, field, key): function 99 TakeOnlyLatestFromRepeatedField(config, "file_to_watch", "source") 100 TakeOnlyLatestFromRepeatedField(config, "file_to_move", "source") 101 TakeOnlyLatestFromRepeatedField(config, "event", "name") 102 TakeOnlyLatestFromRepeatedField(config, "daemon_process", "name")
|