Searched defs:LLNode (Results 1 – 2 of 2) sorted by relevance
6 @implementation LLNode implementation12 + (LLNode *) newNode:(LLNode *)aPrev element:(id)anElement next:(LLNode *)aNext17 - (id) init:(LLNode *)aPrev element:(id)anElement next:(LLNode *)aNext288 - (void) linkBefore:(id)e succ:(LLNode *)succ305 - (id) unlinkFirst:(LLNode *)f325 - (id) unlinkLast:(LLNode *)l345 - (LLNode *) unlink:(LLNode *)x436 - (void) addFirst:(LLNode *)e449 - (void) addLast:(LLNode *)e489 - (BOOL) add:(LLNode *)e[all …]
23 struct LLNode<S: Strategy<Option<Arc<LLNode<S>>>>> { struct24 next: ArcSwapAny<Option<Arc<LLNode<S>>>, S>, argument35 S: Default + CaS<Option<Arc<LLNode<S>>>> + Send + Sync, in storm_link_list() argument