Home
last modified time | relevance | path

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

/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DLinkedList.m6 @implementation LLNode implementation
12 + (LLNode *) newNode:(LLNode *)aPrev element:(id)anElement next:(LLNode *)aNext
17 - (id) init:(LLNode *)aPrev element:(id)anElement next:(LLNode *)aNext
288 - (void) linkBefore:(id)e succ:(LLNode *)succ
305 - (id) unlinkFirst:(LLNode *)f
325 - (id) unlinkLast:(LLNode *)l
345 - (LLNode *) unlink:(LLNode *)x
436 - (void) addFirst:(LLNode *)e
449 - (void) addLast:(LLNode *)e
489 - (BOOL) add:(LLNode *)e
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/arc-swap/tests/
Dstress.rs23 struct LLNode<S: Strategy<Option<Arc<LLNode<S>>>>> { struct
24 next: ArcSwapAny<Option<Arc<LLNode<S>>>, S>, argument
35 S: Default + CaS<Option<Arc<LLNode<S>>>> + Send + Sync, in storm_link_list() argument