Searched defs:list_set (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dlist_set.h23 class list_set { class
25 list_set() {} function in class:list_set
26 list_set(const list_set<T>& other) : list_(other.list_), set_(other.set_) {} function in class:list_set
27 list_set& operator=(const list_set<T>& other) {
157 // Prevent instantiation of list_set<scoped_ptr<T>> as the current
161 class list_set<scoped_ptr<T> >;

Completed in 139 milliseconds