Searched defs:put (Results 1 – 4 of 4) sorted by relevance
43 std::string GrantStore::put(const uid_t uid, const LockedKeyBlobEntry& lockedEntry) { in put() function in keystore::GrantStore
283 ResponseCode KeyStore::put(const LockedKeyBlobEntry& blobfile, Blob keyBlob, in put() function in keystore::KeyStore
560 void LockedKeyBlobEntry::put(const KeyBlobEntry& entry) { in put() function in LockedKeyBlobEntry
204 bool LruCache<TKey, TValue>::put(const TKey& key, const TValue& value) { in put() function