Home | History | Annotate | Download | only in cloud

Lines Matching refs:subkey

19 // a subkey, and can be queried by (key, subkey) or (key) lookups.
29 // Stores |data| under (key, subkey). Returns true if the store suceeded, and
32 const std::string& subkey,
35 // Loads the contents of (key, subkey) into |data| and returns true. Returns
36 // false if (key, subkey) isn't found or if there is a problem reading the
39 const std::string& subkey,
46 // Deletes (key, subkey).
47 void Delete(const std::string& key, const std::string& subkey);
64 // Points |path| at the file in which data for (key, subkey) should be stored
70 const std::string& subkey,