Home
last modified time | relevance | path

Searched defs:LEVELDB_EXPORT (Results 1 – 1 of 1) sorted by relevance

/external/leveldb/include/leveldb/
Dexport.h14 #define LEVELDB_EXPORT __declspec(dllexport) macro
16 #define LEVELDB_EXPORT __declspec(dllimport) macro
21 #define LEVELDB_EXPORT __attribute__((visibility("default"))) macro
23 #define LEVELDB_EXPORT macro
28 #define LEVELDB_EXPORT macro