HomeSort by relevance Sort by last modified time
    Searched defs:SkipList (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/leveldatabase/src/db/
skiplist.h 9 // Reads require a guarantee that the SkipList will not be destroyed
15 // (1) Allocated nodes are never deleted until the SkipList is
20 // immutable after the Node has been linked into the SkipList.
38 class SkipList {
43 // Create a new SkipList object that will use "cmp" for comparing keys,
45 // must remain allocated for the lifetime of the skiplist object.
46 explicit SkipList(Comparator cmp, Arena* arena);
60 explicit Iterator(const SkipList* list);
89 const SkipList* list_;
138 SkipList(const SkipList&)
    [all...]
  /hardware/intel/img/libdrm/libdrm/
xf86drmSL.c 82 typedef struct SkipList {
88 } SkipList, *SkipListPtr;
  /external/chromium_org/v8/src/
spaces.h 273 class SkipList;
640 inline SkipList* skip_list() {
644 inline void set_skip_list(SkipList* skip_list) {
701 SkipList* skip_list_;
998 class SkipList {
1000 SkipList() {
    [all...]

Completed in 190 milliseconds