Searched refs:KeyValueVector (Results 1 – 2 of 2) sorted by relevance
34 MOCK_METHOD2(Save, bool(const KeyValueVector&, const KeyVector&));196 const KeyValueVector actual = arg0; in ACTION_P()200 for (KeyValueVector::const_iterator it = actual.begin(); it != actual.end(); in ACTION_P()359 KeyValueVector save_entries; in TestLevelDBSaveAndLoad()
24 typedef std::vector<std::pair<std::string, std::string> > KeyValueVector; typedef102 KeyValueVector pairs_to_save; in UpdateEntriesFromTaskRunner()