Searched defs:OnceType (Results 1 – 3 of 3) sorted by relevance
227 struct OnceType { struct231 OnceType() {} in OnceType() argument232 OnceType(const Init&) {} in OnceType() argument234 OnceType& operator=(const OnceType&) = delete; argument239 #define LEVELDB_ONCE_INIT port::OnceType::Init() argument
73 typedef intptr_t OnceType; typedef
180 typedef pthread_once_t OnceType; typedef