Searched refs:JSONKeyValueStore (Results 1 – 3 of 3) sorted by relevance
50 using JSONKeyValueStore = KeyValueStore<Key, Value, JSONConverter<Value>, KeyConverter>; typedef
112 auto store = JSONKeyValueStore<int, Entry>::make(std::move(database), "test", error);
29 using StoreType = JSONKeyValueStore<std::string, Asset>;