Searched defs:Once (Results 1 – 10 of 10) sorted by relevance
10 pub struct Once<T> { struct15 impl<T: fmt::Debug> fmt::Debug for Once<T> { argument28 unsafe impl<T: Send + Sync> Sync for Once<T> {} implementation29 unsafe impl<T: Send> Send for Once<T> {} implementation40 impl<T> Once<T> { implementation
266 pub type Once = self::spin::Once<()>; typedef
110 struct Once(X); struct
74 Once Quantifier = "" const
63 Once Quantifier = "" const
7437 void LazyDescriptor::Once() { in Once() function in google::protobuf::internal::LazyDescriptor