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

  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
c.h 62 typedef struct leveldb_options_t leveldb_options_t; typedef in typeref:struct:leveldb_options_t
74 const leveldb_options_t* options,
140 const leveldb_options_t* options,
145 const leveldb_options_t* options,
182 extern leveldb_options_t* leveldb_options_create();
183 extern void leveldb_options_destroy(leveldb_options_t*);
185 leveldb_options_t*,
188 leveldb_options_t*,
191 leveldb_options_t*, unsigned char)
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 52 struct leveldb_options_t { Options rep; }; struct
153 const leveldb_options_t* options,
279 const leveldb_options_t* options,
286 const leveldb_options_t* options,
386 leveldb_options_t* leveldb_options_create() {
387 return new leveldb_options_t;
390 void leveldb_options_destroy(leveldb_options_t* options) {
395 leveldb_options_t* opt,
401 leveldb_options_t* opt,
407 leveldb_options_t* opt, unsigned char v)
    [all...]

Completed in 24 milliseconds