Home
last modified time | relevance | path

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

/rocksdb-6.9/port/win/
Dport_win.h227 struct OnceType { struct
231 OnceType() {} in OnceType() argument
232 OnceType(const Init&) {} in OnceType() argument
234 OnceType& operator=(const OnceType&) = delete; argument
239 #define LEVELDB_ONCE_INIT port::OnceType::Init() argument
/rocksdb-6.9/port/
Dport_example.h73 typedef intptr_t OnceType; typedef
Dport_posix.h180 typedef pthread_once_t OnceType; typedef